From 3397e5ea9172c26fca35fb45175fde170c277e3d Mon Sep 17 00:00:00 2001 From: decalage2 Date: Tue, 1 Nov 2016 20:07:44 +0100 Subject: [PATCH] updated setup.py for v0.50 --- setup.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index e5f5daf..02d3a28 100755 --- a/setup.py +++ b/setup.py @@ -1,5 +1,6 @@ #!/usr/bin/env python -"""Installs oletools using distutils +""" +Installs oletools using distutils Run: python setup.py install @@ -23,7 +24,6 @@ to install this package. #--- TODO --------------------------------------------------------------------- -# - version for python 3 using 2to3 #--- IMPORTS ------------------------------------------------------------------ @@ -61,8 +61,7 @@ classifiers=[ "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", ] -- libgit2 0.21.4