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