diff --git a/setup.py b/setup.py new file mode 100644 index 0000000..f970d48 --- /dev/null +++ b/setup.py @@ -0,0 +1,11 @@ +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)