We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 366ff4f commit 0947148Copy full SHA for 0947148
setup.py
@@ -50,7 +50,7 @@
50
'documentation correctly')
51
LONG_DESCRIPTION = open('README.md').read()
52
53
-# ************* VERSION A **************
+# ************* VERSION **************
54
# --Get the Version number from VERSION file, see https://packaging.python.org/single_source_version/ option 4.
55
# THIS IS DEPRECATED AS WE NOW USE GIT TO MANAGE VERSION
56
# with open(path.join(here, 'VERSION')) as version_file:
@@ -84,7 +84,7 @@
84
85
# Indicate who your project is intended for
86
'Intended Audience :: Developers',
87
- 'Topic :: Software Development :: Testing',
+ 'Topic :: Software Development :: Libraries :: Python Modules',
88
89
# Pick your license as you wish (should match "license" above)
90
LICENSE_LONG,
0 commit comments