- commit
- b601bcc494558df4dcf7a513810b899df9c357d2
- parent
- 1b9b88d4c9f25844e871319b06c87a18324da1bc
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2019-02-20 07:11
fix license in setup.py
Diffstat
| M | setup.py | 2 | +- |
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
@@ -7,7 +7,7 @@ setup( 7 7 version='0.0.1', 8 8 py_modules=['simplecharts'], 9 9 url='https://github.com/xi/simplecharts',10 -1 license='GPLv3+',-1 10 license='MIT', 11 11 classifiers=[ 12 12 'Topic :: Scientific/Engineering :: Visualization', 13 13 ]