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

add classifier

git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/trunk@1377 b32b6428-25c9-4566-ad07-03861ab6144f
parent 35839460
Branches
No related tags found
No related merge requests found
......@@ -60,9 +60,11 @@ Uninstall xAAL library
.. code-block:: bash
$ pip uninstall xaal-lib
or if you used "python setup.py develop"
.. code-block:: bash
$ python setup.py develop --uninstall
......@@ -18,7 +18,7 @@ setup(
author="Telecom Bretagne, IHSEV team",
author_email="",
license='GNU General Public License',
install_requires=["ujson>=1.33"],
install_requires=["ujson>=1.33","pysodium"],
keywords='Home Automation, Ambient Assisting Living',
package_dir={'': 'src'},
packages=find_packages('src'),
......@@ -26,8 +26,9 @@ setup(
"Development Status :: 3 - Alpha",
"Environment :: Console",
"Intended Audience :: Developers",
"Intended Audience :: Healthcare Industry",
"Intended Audience :: Telecommunication Industry",
"Intended Audience :: Healthcare Industry",
"Intended Audience :: Other Audience",
"License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)"
"Operating System :: OS Independent",
"Programming Language :: Python",
......
......@@ -9,6 +9,7 @@ envlist = py27, py34, docs
[testenv]
commands = {envpython} setup.py test
deps =
pep8
[testenv:docs]
changedir = docs/source
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment