Skip to content

Commit c88f646

Browse files
Updating
1 parent d9592c1 commit c88f646

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

setup.py

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
11
#!/usr/bin/env python3
22

33
from distutils.core import setup
4+
5+
46
setup(
5-
name = 'outfancy',
6-
packages = ['outfancy'],
7-
version = '0.6.0',
8-
description = 'Python3 library to print tables in Terminal.',
9-
author = 'Carlos A. Planchon',
10-
author_email = '[email protected]',
11-
url = 'https://github.com/carlosplanchon/outfancy',
12-
download_url = 'https://github.com/carlosplanchon/outfancy/archive/0.6.0.tar.gz',
13-
keywords = ['rendering', 'graphical', 'terminal'],
14-
classifiers = [],
7+
name='outfancy',
8+
packages=['outfancy'],
9+
version='0.7.0',
10+
description='Python3.6+ library to print tables and line charts'
11+
'in Terminal.',
12+
author='Carlos A. Planchon',
13+
author_email='[email protected]',
14+
url='https://github.com/carlosplanchon/outfancy',
15+
download_url='https://github.com/carlosplanchon/'
16+
'outfancy/archive/0.7.0.tar.gz',
17+
keywords=['rendering', 'graphical', 'terminal', 'chart', 'graph'],
18+
classifiers=[],
1519
)

0 commit comments

Comments
 (0)