Skip to content

Commit

Permalink
UPDATED: setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
shramos committed May 21, 2018
1 parent 1d6a95a commit c11b7d9
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Copyright (C) 2018 Santiago Hernandez Ramos <shramos@protonmail.com>
# For more information about the project: https://github.com/shramos/polymorph

from distutils.core import setup
from setuptools import setup, find_packages
import platform

REQUIRES = [
Expand All @@ -25,16 +25,7 @@
setup(
name="polymorph",
version="1.0.1",
packages=[
"polymorph",
"polymorph/UI",
"polymorph/conditions",
"polymorph/conditions/preconditions",
"polymorph/conditions/executions",
"polymorph/conditions/postconditions",
"polymorph/spoofs",
"polymorph/CLI",
],
packages=find_packages('.'),
scripts=SCRIPTS,
license="MIT",
description="A real time network packet manipulation framework",
Expand Down

0 comments on commit c11b7d9

Please sign in to comment.