aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2021-01-15 13:55:09 +0000
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2021-01-15 13:55:09 +0000
commita8608c701e1c5598919f00f2176d1e5d177c5d73 (patch)
treedd82f9b62516e182eb95a09921a2445071a17e71
parentSet verbose flag to twine (diff)
downloadSyncRNG-a8608c701e1c5598919f00f2176d1e5d177c5d73.tar.gz
SyncRNG-a8608c701e1c5598919f00f2176d1e5d177c5d73.zip
remove duplicate license trove
-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",
],
)