Mercurial > farol > farolluz
changeset 55:7653ffbec88b tip
Update setup.py
author | Benoît Allard <benoit.allard@greenbone.net> |
---|---|
date | Wed, 07 Jan 2015 12:02:23 +0100 |
parents | 6c320c3f3176 |
children | |
files | setup.py |
diffstat | 1 files changed, 15 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/setup.py Wed Jan 07 11:56:41 2015 +0100 +++ b/setup.py Wed Jan 07 12:02:23 2015 +0100 @@ -35,10 +35,25 @@ long_description=long_description, author="BenoƮt Allard", author_email='benoit.allard@greenbone.net', + url="https://wald.intevation.org/projects/farol/", + platforms=["any"], + keywords=["security", "advisory"], license='GPLv2+', packages=['farolluz', 'farolluz.parsers'], include_package_data=True, scripts=['parse_cvrf', 'render'], install_requires=['Jinja2'], test_suite='tests', + classifiers=[ + 'Development Status :: 5 - Production/Stable', + 'Environment :: Console', + 'Intended Audience :: Developers', + 'License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)', + 'Natural Language :: English', + 'Operating System :: OS Independent', + 'Programming Language :: Python :: 2.7', + 'Topic :: Security', + 'Topic :: Software Development :: Libraries :: Python Modules', + 'Topic :: Utilities', + ], )