summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTobias Brox <tobias@redpill-linpro.com>2016-03-16 12:36:34 +0100
committerTobias Brox <tobias@redpill-linpro.com>2016-03-16 12:36:34 +0100
commitda319b6392b11333752b9bc8c6d74482bd2ee395 (patch)
tree2b09ab91bf7147abde151e711e7a757b34fa6003 /setup.py
parentd282884ff2ea1e5cb3c7160c3193111b39c6219e (diff)
downloadcalendar-cli-da319b6392b11333752b9bc8c6d74482bd2ee395.zip
fix for github issue #23 - license missing
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index a3cebcb..260921e 100644
--- a/setup.py
+++ b/setup.py
@@ -31,7 +31,7 @@ setup(
#"Development Status :: ..."
"Environment :: Web Environment",
#"Intended Audience :: Developers",
- #"License :: OSI Approved :: ...",
+ "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
"Operating System :: POSIX",
"Programming Language :: Python",
"Topic :: Internet :: WWW/HTTP",