Updating setup.py

This commit is contained in:
Niru Maheswaranathan
2016-10-10 13:16:34 -07:00
parent 69d4409c79
commit fd79cdb4c3

View File

@@ -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',
],