diff options
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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, |
