Skip to content

Commit 3843ddf

Browse files
fixed classifier
1 parent 44a6433 commit 3843ddf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@
5656
# Manual control if final package is compressible or not, set False to prevent the .egg from being made
5757
# zip_safe=False,
5858
## REQUIREMENTS ##
59-
classifiers = ['Programming Language :: Python :: 3.9',
60-
'Intended Audience :: Users'],
59+
classifiers = ['Programming Language :: Python :: 3',
60+
'Intended Audience :: Science/Research'],
6161

6262
# can be run as a zip
6363
zip_safe = False,

0 commit comments

Comments
 (0)