]> git.phdru.name Git - m_lib.defenc.git/commitdiff
The library was tested and works with Python 3.5 and 3.6
authorOleg Broytman <phd@phdru.name>
Sun, 23 Apr 2017 20:49:03 +0000 (23:49 +0300)
committerOleg Broytman <phd@phdru.name>
Sun, 23 Apr 2017 20:49:03 +0000 (23:49 +0300)
setup.py

index e15eacbc179c60356e470cc19dab8077e16977a8..3c12a8ac0a0bca16ca4512995438b404360f0753 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -2,10 +2,8 @@
 
 try:
     from setuptools import setup
-    is_setuptools = True
 except ImportError:
     from distutils.core import setup
-    is_setuptools = False
 
 setup(name = "m_lib.defenc",
     version = "1.0.0",
@@ -26,6 +24,8 @@ setup(name = "m_lib.defenc",
         'Programming Language :: Python :: 2.7',
         'Programming Language :: Python :: 3',
         'Programming Language :: Python :: 3.4',
+        'Programming Language :: Python :: 3.5',
+        'Programming Language :: Python :: 3.6',
         'Topic :: Software Development :: Libraries',
         'Topic :: Software Development :: Libraries :: Python Modules',
     ],