Skip to content
Snippets Groups Projects
Commit ccbbd0d9 authored by ptangu01's avatar ptangu01
Browse files

add classifiers

git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/trunk@1371 b32b6428-25c9-4566-ad07-03861ab6144f
parent b5c32e71
No related branches found
No related tags found
No related merge requests found
......@@ -25,5 +25,16 @@ setup(
package_dir = {'':'src'},
packages=find_packages('src'), #include all packages under src
#classifiers=[],
classifiers=[
"Development Status :: 3 - Alpha",
"Environment :: Console",
"Intended Audience :: Developers",
"Intended Audience :: Healthcare Industry",
"Intended Audience :: Telecommunication Industry",
"License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)"
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3.4",
],
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment