X-Git-Url: https://git.phdru.name/?p=m_lib.defenc.git;a=blobdiff_plain;f=setup.py;h=3c12a8ac0a0bca16ca4512995438b404360f0753;hp=e15eacbc179c60356e470cc19dab8077e16977a8;hb=7150522eeff61f10778c33e57d0549cc3e603609;hpb=ecbd8af026af42f5ea63379bc68db340412892eb 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', ],