comparison setup.py @ 174:aa41244fbec6

Update the setup.py
author Benoît Allard <benoit.allard@greenbone.net>
date Wed, 07 Jan 2015 11:36:27 +0100
parents 2af7621bf57a
children
comparison
equal deleted inserted replaced
173:78228e4cad21 174:aa41244fbec6
37 version=__version__, 37 version=__version__,
38 description="A Security Advisory Management Web Platform", 38 description="A Security Advisory Management Web Platform",
39 long_description=long_description, 39 long_description=long_description,
40 author="Benoît Allard", 40 author="Benoît Allard",
41 author_email='benoit.allard@greenbone.net', 41 author_email='benoit.allard@greenbone.net',
42 url="https://wald.intevation.org/projects/farol/",
43 platforms=['any'],
44 keywords=['security', 'visualization', 'webapplication'],
42 license='GPLv2+', 45 license='GPLv2+',
43 packages=['farol'], 46 packages=['farol'],
44 scripts=['run_web'], 47 scripts=['run_web'],
45 install_requires=['farolluz >= 1.1.0', 'Flask'], 48 install_requires=['farolluz >= 1.1.0', 'Flask'],
46 test_suite='tests', 49 test_suite='tests',
50 classifiers=[
51 'Development Status :: 5 - Production/Stable',
52 'Environment :: Web Environment',
53 'Framework :: Flask',
54 'License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)',
55 'Natural Language :: English',
56 'Programming Language :: Python :: 2.7',
57 'Topic :: Internet :: WWW/HTTP :: WSGI :: Application',
58 'Topic :: Security',
59 ],
47 # Also install the templates and the static dir 60 # Also install the templates and the static dir
48 include_package_data=True, 61 include_package_data=True,
49 ) 62 )

http://farol.wald.intevation.org