Skip to content

Commit 1b1b687

Browse files
committed
Update setup files for PyPI
1 parent 6217358 commit 1b1b687

File tree

2 files changed

+22
-3
lines changed

2 files changed

+22
-3
lines changed

setup.cfg

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[metadata]
2+
description-file = README.md

setup.py

+20-3
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,24 @@ def make_ezipfile(base_name, base_dir, verbose=0, dry_run=0, **kwargs):
5656
author_email = 'phil(at)secdev.org',
5757
description = 'Scapy: interactive packet manipulation tool',
5858
license = 'GPLv2',
59-
url = 'http://www.secdev.org/projects/scapy'
60-
# keywords = '',
61-
# url = '',
59+
url = 'http://www.secdev.org/projects/scapy',
60+
download_url='https://github.com/secdev/scapy/tarball/master',
61+
keywords=["network"],
62+
classifiers=[
63+
"Development Status :: 5 - Production/Stable",
64+
"Environment :: Console",
65+
"Intended Audience :: Developers",
66+
"Intended Audience :: Information Technology",
67+
"Intended Audience :: Science/Research",
68+
"Intended Audience :: System Administrators",
69+
"Intended Audience :: Telecommunications Industry",
70+
"License :: OSI Approved :: GNU General Public License v2 (GPLv2)",
71+
"Programming Language :: Python :: 2",
72+
"Programming Language :: Python :: 2.5",
73+
"Programming Language :: Python :: 2.6",
74+
"Programming Language :: Python :: 2.7",
75+
"Topic :: Security",
76+
"Topic :: System :: Networking",
77+
"Topic :: System :: Networking :: Monitoring",
78+
]
6279
)

0 commit comments

Comments
 (0)