aboutsummaryrefslogtreecommitdiff
path: root/python/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/setup.py')
-rw-r--r--python/setup.py9
1 files changed, 4 insertions, 5 deletions
diff --git a/python/setup.py b/python/setup.py
index 36fde9c..9a73ecd 100644
--- a/python/setup.py
+++ b/python/setup.py
@@ -93,10 +93,9 @@ setup(
# Trove classifiers
# Full list: https://pypi.python.org/pypi?%3Aaction=list_classifiers
LICENSE_TROVE,
- 'Intended Audience :: Developers',
- 'Intended Audience :: Science/Research',
- 'License :: OSI Approved :: GNU General Public License v2 (GPLv2)',
- 'Programming Language :: Python :: 3',
- 'Topic :: Scientific/Engineering :: Mathematics'
+ "Intended Audience :: Developers",
+ "Intended Audience :: Science/Research",
+ "Programming Language :: Python :: 3",
+ "Topic :: Scientific/Engineering :: Mathematics",
],
)