Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
scapy
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CodeLinaro
public-release-test-restored
platform
external
scapy
Commits
648951b7
Commit
648951b7
authored
9 years ago
by
Guillaume Valadon
Browse files
Options
Downloads
Plain Diff
Merge pull request #24 from p-l-/fix-setup-pypi
Update setup files for PyPI
parents
b62f2b2c
1b1b687b
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
setup.cfg
+2
-0
2 additions, 0 deletions
setup.cfg
setup.py
+20
-3
20 additions, 3 deletions
setup.py
with
22 additions
and
3 deletions
setup.cfg
0 → 100644
+
2
−
0
View file @
648951b7
[metadata]
description
-file = README.md
This diff is collapsed.
Click to expand it.
setup.py
+
20
−
3
View file @
648951b7
...
...
@@ -56,7 +56,24 @@ setup(
author_email
=
'
phil(at)secdev.org
'
,
description
=
'
Scapy: interactive packet manipulation tool
'
,
license
=
'
GPLv2
'
,
url
=
'
http://www.secdev.org/projects/scapy
'
# keywords = '',
# url = '',
url
=
'
http://www.secdev.org/projects/scapy
'
,
download_url
=
'
https://github.com/secdev/scapy/tarball/master
'
,
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
"
,
]
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment