simplecharts

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

commit
ed350fcd8647319d7a64e5ac0d6e56b7bee8bf06
parent
4c5611e4e1cb82d3ec6bbb27aa38da6d6fb4aa76
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2019-10-02 08:02
use README for long_description

Diffstat

M setup.py 5 +++++

1 files changed, 5 insertions, 0 deletions


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

@@ -1,10 +1,15 @@
   -1     1 import os
   -1     2 
    1     3 from setuptools import setup
    2     4 
   -1     5 README = open(os.path.join(os.path.dirname(__file__), 'README.md')).read()
   -1     6 
    3     7 
    4     8 setup(
    5     9     name='simplecharts',
    6    10     version='0.0.1',
    7    11     description='SVG charts without dependencies',
   -1    12     long_description=README,
    8    13     url='https://github.com/xi/simplecharts',
    9    14     author='Tobias Bengfort',
   10    15     author_email='tobias.bengfort@posteo.de',