tsplot/setup.py

12 lines
251 B
Python
Raw Normal View History

2020-04-04 11:35:36 +02:00
#!/usr/bin/env python
from distutils.core import setup
setup(name='tsplot',
version='0.1',
description='Simple time series plotting',
author='0xee',
author_email='tsplot@0xee.eu',
packages=[],
scripts=['tsplot'])