Skip to content

Commit

Permalink
Updating
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosplanchon authored Oct 5, 2018
1 parent d9592c1 commit c88f646
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
#!/usr/bin/env python3

from distutils.core import setup


setup(
name = 'outfancy',
packages = ['outfancy'],
version = '0.6.0',
description = 'Python3 library to print tables in Terminal.',
author = 'Carlos A. Planchon',
author_email = '[email protected]',
url = 'https://github.com/carlosplanchon/outfancy',
download_url = 'https://github.com/carlosplanchon/outfancy/archive/0.6.0.tar.gz',
keywords = ['rendering', 'graphical', 'terminal'],
classifiers = [],
name='outfancy',
packages=['outfancy'],
version='0.7.0',
description='Python3.6+ library to print tables and line charts'
'in Terminal.',
author='Carlos A. Planchon',
author_email='[email protected]',
url='https://github.com/carlosplanchon/outfancy',
download_url='https://github.com/carlosplanchon/'
'outfancy/archive/0.7.0.tar.gz',
keywords=['rendering', 'graphical', 'terminal', 'chart', 'graph'],
classifiers=[],
)

0 comments on commit c88f646

Please sign in to comment.