tww/setup.py

12 lines
272 B
Python
Raw Normal View History

2019-09-23 20:39:59 +02:00
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)