simplecharts

SVG charts without dependencies
git clone https://git.ce9e.org/simplecharts.git

commit
1b9b88d4c9f25844e871319b06c87a18324da1bc
parent
9c8d342abc0d76c0555e747ab27fbf202b342cc2
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2019-02-20 07:05
extend setup.py

Diffstat

M setup.py 6 ++++++

1 files changed, 6 insertions, 0 deletions


diff --git a/setup.py b/setup.py

@@ -3,6 +3,12 @@ from setuptools import find_packages, setup
    3     3 
    4     4 setup(
    5     5     name='simplecharts',
   -1     6     description='SVG charts without dependencies',
    6     7     version='0.0.1',
    7     8     py_modules=['simplecharts'],
   -1     9     url='https://github.com/xi/simplecharts',
   -1    10     license='GPLv3+',
   -1    11     classifiers=[
   -1    12         'Topic :: Scientific/Engineering :: Visualization',
   -1    13     ]
    8    14 )