Commit 3397e5ea9172c26fca35fb45175fde170c277e3d
1 parent
47703991
updated setup.py for v0.50
Showing
1 changed file
with
3 additions
and
4 deletions
setup.py
| 1 | #!/usr/bin/env python | 1 | #!/usr/bin/env python |
| 2 | -"""Installs oletools using distutils | 2 | +""" |
| 3 | +Installs oletools using distutils | ||
| 3 | 4 | ||
| 4 | Run: | 5 | Run: |
| 5 | python setup.py install | 6 | python setup.py install |
| @@ -23,7 +24,6 @@ to install this package. | @@ -23,7 +24,6 @@ to install this package. | ||
| 23 | 24 | ||
| 24 | #--- TODO --------------------------------------------------------------------- | 25 | #--- TODO --------------------------------------------------------------------- |
| 25 | 26 | ||
| 26 | -# - version for python 3 using 2to3 | ||
| 27 | 27 | ||
| 28 | #--- IMPORTS ------------------------------------------------------------------ | 28 | #--- IMPORTS ------------------------------------------------------------------ |
| 29 | 29 | ||
| @@ -61,8 +61,7 @@ classifiers=[ | @@ -61,8 +61,7 @@ classifiers=[ | ||
| 61 | "Operating System :: OS Independent", | 61 | "Operating System :: OS Independent", |
| 62 | "Programming Language :: Python", | 62 | "Programming Language :: Python", |
| 63 | "Programming Language :: Python :: 2", | 63 | "Programming Language :: Python :: 2", |
| 64 | - "Programming Language :: Python :: 2 :: Only", | ||
| 65 | -# "Programming Language :: Python :: 3", | 64 | + "Programming Language :: Python :: 3", |
| 66 | "Topic :: Security", | 65 | "Topic :: Security", |
| 67 | "Topic :: Software Development :: Libraries :: Python Modules", | 66 | "Topic :: Software Development :: Libraries :: Python Modules", |
| 68 | ] | 67 | ] |