Skip to content

Commit 0947148

Browse files
author
Sylvain MARIE
committed
Fixed classifiers in setup.py
1 parent 366ff4f commit 0947148

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
'documentation correctly')
5151
LONG_DESCRIPTION = open('README.md').read()
5252

53-
# ************* VERSION A **************
53+
# ************* VERSION **************
5454
# --Get the Version number from VERSION file, see https://packaging.python.org/single_source_version/ option 4.
5555
# THIS IS DEPRECATED AS WE NOW USE GIT TO MANAGE VERSION
5656
# with open(path.join(here, 'VERSION')) as version_file:
@@ -84,7 +84,7 @@
8484

8585
# Indicate who your project is intended for
8686
'Intended Audience :: Developers',
87-
'Topic :: Software Development :: Testing',
87+
'Topic :: Software Development :: Libraries :: Python Modules',
8888

8989
# Pick your license as you wish (should match "license" above)
9090
LICENSE_LONG,

0 commit comments

Comments
 (0)