diff --git a/setup.py b/setup.py index 8618eda..ba50473 100644 --- a/setup.py +++ b/setup.py @@ -1,5 +1,4 @@ from setuptools import setup -import tableprint setup( name='tableprint', @@ -7,7 +6,7 @@ setup( # Versions should comply with PEP440. For a discussion on single-sourcing # the version across setup.py and the project code, see # https://packaging.python.org/en/latest/single_source_version.html - version=tableprint.__version__, + version='0.6.0', description='Pretty console printing of tabular data', long_description='''Formatted console printing of tabular data. @@ -43,7 +42,6 @@ setup( # Specify the Python versions you support here. In particular, ensure # that you indicate whether you support Python 2, Python 3 or both. 'Programming Language :: Python :: 2.7', - 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', ],