Initial commit
This commit is contained in:
parent
e29ab77194
commit
c9d9a1d33d
7 changed files with 573 additions and 0 deletions
11
setup.py
Normal file
11
setup.py
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
from setuptools import setup, find_packages
|
||||
|
||||
setup(name='plotter',
|
||||
version='0.1',
|
||||
description='A plotting tool written on top of matplotlib to arrive at nice looking plots a little quicker.',
|
||||
url='https://github.com/rasmusthog/plotter',
|
||||
author='Rasmus Vester Thøgersen',
|
||||
author_email='github@rasmusthog.me',
|
||||
license='GPLv3',
|
||||
packages=find_packages(),
|
||||
zip_safe=False)
|
||||
Loading…
Add table
Add a link
Reference in a new issue