mirror of
https://github.com/KevinMidboe/tableprint.git
synced 2025-10-29 09:50:17 +00:00
Updating setup.py
This commit is contained in:
4
setup.py
4
setup.py
@@ -1,5 +1,4 @@
|
|||||||
from setuptools import setup
|
from setuptools import setup
|
||||||
import tableprint
|
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='tableprint',
|
name='tableprint',
|
||||||
@@ -7,7 +6,7 @@ setup(
|
|||||||
# Versions should comply with PEP440. For a discussion on single-sourcing
|
# Versions should comply with PEP440. For a discussion on single-sourcing
|
||||||
# the version across setup.py and the project code, see
|
# the version across setup.py and the project code, see
|
||||||
# https://packaging.python.org/en/latest/single_source_version.html
|
# https://packaging.python.org/en/latest/single_source_version.html
|
||||||
version=tableprint.__version__,
|
version='0.6.0',
|
||||||
|
|
||||||
description='Pretty console printing of tabular data',
|
description='Pretty console printing of tabular data',
|
||||||
long_description='''Formatted 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
|
# Specify the Python versions you support here. In particular, ensure
|
||||||
# that you indicate whether you support Python 2, Python 3 or both.
|
# that you indicate whether you support Python 2, Python 3 or both.
|
||||||
'Programming Language :: Python :: 2.7',
|
'Programming Language :: Python :: 2.7',
|
||||||
'Programming Language :: Python :: 3.3',
|
|
||||||
'Programming Language :: Python :: 3.4',
|
'Programming Language :: Python :: 3.4',
|
||||||
'Programming Language :: Python :: 3.5',
|
'Programming Language :: Python :: 3.5',
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user