Skip to content

Commit

Permalink
ADDED: New version
Browse files Browse the repository at this point in the history
  • Loading branch information
shramos committed May 21, 2018
1 parent 791e620 commit c89923d
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
elif platform.system() == "Windows":
SCRIPTS = ['bin/polymorph.bat', 'bin/polymorph']
REQUIRES += ['pydivert']

setup(
name = "polymorph",
version = "1.0.0",
packages = [
name="polymorph",
version="1.0.1",
packages=[
"polymorph",
"polymorph/UI",
"polymorph/conditions",
Expand All @@ -36,17 +36,17 @@
"polymorph/spoofs",
"polymorph/CLI",
],
scripts= SCRIPTS,
license = "MIT",
description = "A real time network packet manipulation framework",
platforms = ["Linux", "Windows"],
url = "https://github.com/shramos/polymorph",
author = "Santiago Hernandez Ramos",
author_email = "shramos@protonmail.com",
install_requires = REQUIRES,
dependency_links = [
scripts=SCRIPTS,
license="MIT",
description="A real time network packet manipulation framework",
platforms=["Linux", "Windows"],
url="https://github.com/shramos/polymorph",
author="Santiago Hernandez Ramos",
author_email="shramos@protonmail.com",
install_requires=REQUIRES,
dependency_links=[
'https://github.com/jonathanslenders/python-prompt-toolkit/tarball/2.0/#egg=prompt-toolkit-2.0.0'],
keywords = [
keywords=[
'network',
'packet',
'modification',
Expand All @@ -58,7 +58,7 @@
'on-the-fly',
'crafter'
],
classifiers = [
classifiers=[
"Development Status :: 5 - Production/Stable",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit c89923d

Please sign in to comment.