Skip to content
Snippets Groups Projects
Commit a1491ea8 authored by Erwan Rouchet's avatar Erwan Rouchet Committed by Bastien Abadie
Browse files

Fix setup.py classifiers

parent 2a9fa86f
No related branches found
No related tags found
No related merge requests found
......@@ -35,6 +35,7 @@ class LocalConf(object):
def read(self):
"""
Read configuration data from the INI file.
:return: A loaded ConfigParser.
:rtype: configparser.ConfigParser
"""
......
......@@ -28,8 +28,13 @@ setup(
"License :: OSI Approved :: MIT License",
"Natural Language :: English",
"Intended Audience :: Science/Research",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Topic :: Scientific/Engineering :: Image Recognition",
"Topic :: Text Processing :: Indexing",
"Topic :: Text Processing :: Linguistic",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment