simplecharts

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

commit
4c5611e4e1cb82d3ec6bbb27aa38da6d6fb4aa76
parent
46e8c1ce03d9c64ddfbedac5cb2590f24d7aaec4
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2019-10-02 08:01
cleanup setup.py

Diffstat

M setup.py 8 +++++---

1 files changed, 5 insertions, 3 deletions


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

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