From: Oleg Broytman Date: Sun, 23 Apr 2017 20:49:03 +0000 (+0300) Subject: The library was tested and works with Python 3.5 and 3.6 X-Git-Tag: 1.0.0~5 X-Git-Url: https://git.phdru.name/?p=m_lib.defenc.git;a=commitdiff_plain;h=7150522eeff61f10778c33e57d0549cc3e603609 The library was tested and works with Python 3.5 and 3.6 --- diff --git a/setup.py b/setup.py index e15eacb..3c12a8a 100755 --- 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', ],