2.0 RELEASE (candidate :)

- removed old garbage
- distutils
This commit is contained in:
Martinez 2017-10-10 00:26:52 +02:00
parent 76ab4c1d32
commit 3a8ae90597
11 changed files with 20 additions and 820 deletions

View file

@ -0,0 +1,15 @@
from distutils.core import setup
setup(
name="over",
version="2.0.0",
author="Aggregate",
packages=["over"],
url="https://git.covalent.cz/overwatch/over/",
license="LICENSE.txt",
description="Useful libraries derived from the Overwatch UAV.",
install_requires=[
"pytz >= 2017.2",
"tzlocal >= 1.2"
]
)