[PATCH 2 of 2] Update setup.py

Wald Commits scm-commit at wald.intevation.org
Wed Jan 7 12:14:11 CET 2015


# HG changeset patch
# User Benoît Allard <benoit.allard at greenbone.net>
# Date 1420628543 -3600
# Node ID 7653ffbec88b69d424838f76552394ea71dea42a
# Parent  6c320c3f3176ec4f52e3b6208f89a29466be79d6
Update setup.py

diff -r 6c320c3f3176 -r 7653ffbec88b setup.py
--- 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 at 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',
+    ],
 )


More information about the Farol-commits mailing list