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 6522b2b..52011ed 100644
--- a/setup.py
+++ b/setup.py
@@ -26,7 +26,7 @@ config = {
'long_description': readf('README.rst'),
'version': _version.__version__,
'platforms': 'GNU/Linux',
- 'license': 'GNU General Public License version 3 or later',
+ 'license': 'Public Domain',
'url': 'https://notabug.org/rsd/lpschedule-generator/',
'author': 'rsiddharth',
'author_email': 'rsd@gnu.org',
@@ -64,7 +64,7 @@ config = {
'Development Status :: 3 - Alpha',
'Environment :: Console',
'Intended Audience :: Other Audience',
- 'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)',
+ 'License :: Public Domain',
'Operating System :: POSIX :: Linux',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',