summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 7e61bd7..2b3ebb7 100644
--- a/setup.py
+++ b/setup.py
@@ -25,7 +25,6 @@ config = {
'description': 'LibrePlanet schedule generator',
'long_description': readf('README.rst'),
'version': _version.__version__,
- 'platforms': 'GNU/Linux',
'license': 'Public Domain',
'url': 'https://notabug.org/rsd/lpschedule-generator/',
'author': 'rsiddharth',
@@ -46,8 +45,9 @@ config = {
'Development Status :: 3 - Alpha',
'Environment :: Console',
'Intended Audience :: Other Audience',
- 'License :: Public Domain',
+ 'License :: CC0 1.0 Universal (CC0 1.0) Public Domain Dedication',
'Operating System :: POSIX :: Linux',
+ 'Operating System :: POSIX :: BSD :: OpenBSD',
'Programming Language :: Python :: 3 :: Only',
'Topic :: Text Processing',
'Topic :: Utilities',