aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jonas Gunz <himself@jonasgunz.de> 2021-01-13 21:10:07 +0100
committerGravatar Jonas Gunz <himself@jonasgunz.de> 2021-01-13 21:10:07 +0100
commit634ddd695df96361971d9551e6f2039c1724f6a0 (patch)
tree53c9107c4d06a634d02bcb3d568d6dd6ca1e4bdc
parent0311d820f6e08f323eb75caccd43e17b08d25a47 (diff)
downloadpython-phpipam-634ddd695df96361971d9551e6f2039c1724f6a0.tar.gz
setup.py
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 514ca09..12ebbf0 100755
--- a/setup.py
+++ b/setup.py
@@ -17,7 +17,7 @@ setup(
long_description_content_type="text/markdown",
classifiers=[
"Programming Language :: Python :: 3",
- "License :: OSI Approved :: MIT",
+ "License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
],
)