tww/setup.py
2019-09-23 20:39:59 +02:00

12 lines
272 B
Python

from setuptools import setup
setup(name='tww',
version='0.1',
description='Time When and Where',
url='http://gitlab.com/pisquared/tww',
author='Flying Circus',
author_email='',
license='MIT',
packages=[''],
zip_safe=False)