2.0 RELEASE (candidate :)
- removed old garbage - distutils
This commit is contained in:
parent
76ab4c1d32
commit
3a8ae90597
11 changed files with 20 additions and 820 deletions
15
setup.py
15
setup.py
|
@ -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"
|
||||
]
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue