diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2021-01-15 13:55:09 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2021-01-15 13:55:09 +0000 |
| commit | a8608c701e1c5598919f00f2176d1e5d177c5d73 (patch) | |
| tree | dd82f9b62516e182eb95a09921a2445071a17e71 | |
| parent | Set verbose flag to twine (diff) | |
| download | SyncRNG-a8608c701e1c5598919f00f2176d1e5d177c5d73.tar.gz SyncRNG-a8608c701e1c5598919f00f2176d1e5d177c5d73.zip | |
remove duplicate license trove
| -rw-r--r-- | python/setup.py | 9 |
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", ], ) |
