summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 5ff205e..d9e24a8 100644
--- a/setup.py
+++ b/setup.py
@@ -35,6 +35,14 @@ setup (name = 'systemd',
description = 'Native interface to the facilities of systemd',
author_email = 'david@davidstrauss.net',
url = 'https://github.com/systemd/python-systemd',
+ license = 'LGPLv2+',
+ classifiers = [
+ 'Programming Language :: Python :: 2',
+ 'Programming Language :: Python :: 3',
+ 'Topic :: Software Development :: Libraries :: Python Modules',
+ 'Topic :: System :: Logging',
+ 'License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)',
+ ],
py_modules = ['systemd.journal', 'systemd.daemon'],
ext_modules = [_journal,
_reader,