Skip to content
Snippets Groups Projects
Commit 1b1b687b authored by Pierre LALET's avatar Pierre LALET
Browse files

Update setup files for PyPI

parent 62173582
No related branches found
No related tags found
No related merge requests found
[metadata]
description-file = README.md
...@@ -56,7 +56,24 @@ setup( ...@@ -56,7 +56,24 @@ setup(
author_email = 'phil(at)secdev.org', author_email = 'phil(at)secdev.org',
description = 'Scapy: interactive packet manipulation tool', description = 'Scapy: interactive packet manipulation tool',
license = 'GPLv2', license = 'GPLv2',
url = 'http://www.secdev.org/projects/scapy' url = 'http://www.secdev.org/projects/scapy',
# keywords = '', download_url='https://github.com/secdev/scapy/tarball/master',
# url = '', keywords=["network"],
classifiers=[
"Development Status :: 5 - Production/Stable",
"Environment :: Console",
"Intended Audience :: Developers",
"Intended Audience :: Information Technology",
"Intended Audience :: Science/Research",
"Intended Audience :: System Administrators",
"Intended Audience :: Telecommunications Industry",
"License :: OSI Approved :: GNU General Public License v2 (GPLv2)",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.5",
"Programming Language :: Python :: 2.6",
"Programming Language :: Python :: 2.7",
"Topic :: Security",
"Topic :: System :: Networking",
"Topic :: System :: Networking :: Monitoring",
]
) )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment