Skip to content

Commit

Permalink
updated setup.py for v0.50
Browse files Browse the repository at this point in the history
  • Loading branch information
decalage2 committed Nov 1, 2016
1 parent 4770399 commit 3397e5e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/usr/bin/env python
"""Installs oletools using distutils
"""
Installs oletools using distutils
Run:
python setup.py install
Expand All @@ -23,7 +24,6 @@

#--- TODO ---------------------------------------------------------------------

# - version for python 3 using 2to3

#--- IMPORTS ------------------------------------------------------------------

Expand Down Expand Up @@ -61,8 +61,7 @@
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2 :: Only",
# "Programming Language :: Python :: 3",
"Programming Language :: Python :: 3",
"Topic :: Security",
"Topic :: Software Development :: Libraries :: Python Modules",
]
Expand Down

0 comments on commit 3397e5e

Please sign in to comment.