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
...@@ -17,13 +17,24 @@ setup( ...@@ -17,13 +17,24 @@ setup(
author="Telecom Bretagne, IHSEV team", author="Telecom Bretagne, IHSEV team",
author_email="", author_email="",
license='GNU General Public License', license='GNU General Public License',
install_requires=["ujson>=1.33"], install_requires=["ujson>=1.33"],
keywords='Home Automation, Ambient Assisting Living', keywords='Home Automation, Ambient Assisting Living',
package_dir = {'':'src'}, package_dir = {'':'src'},
packages=find_packages('src'), #include all packages under 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