simplecharts

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

commit
4aac6f0cffb08a76f8f7abd230ca1c840815670f
parent
aa9320d35468bf14476e4cde317cdf4ae850a855
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2019-02-19 16:23
add setup.py

Diffstat

A setup.py 8 ++++++++
R chart.py -> simplecharts.py 0

2 files changed, 8 insertions, 0 deletions


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

@@ -0,0 +1,8 @@
   -1     1 from setuptools import find_packages, setup
   -1     2 
   -1     3 
   -1     4 setup(
   -1     5     name='simplecharts',
   -1     6     version='0.0.1',
   -1     7     py_modules=['simplecharts'],
   -1     8 )

diff --git a/chart.py b/simplecharts.py