add content to setup.py
This commit is contained in:
parent
aeb3c62af7
commit
2e6c680d9b
18
setup.py
18
setup.py
|
@ -0,0 +1,18 @@
|
||||||
|
from setuptools import setup
|
||||||
|
|
||||||
|
setup(
|
||||||
|
name="goat_monitor",
|
||||||
|
version="0.0.0",
|
||||||
|
description="Remote monitoring of anything",
|
||||||
|
url="https://git.brendanhaines.com/brendanhaines/goat_monitor",
|
||||||
|
author="Brendan Haines",
|
||||||
|
author_email="brendan.haines@gmail.com",
|
||||||
|
license="MIT",
|
||||||
|
packages=["goat_monitor"],
|
||||||
|
install_requires=[
|
||||||
|
"numpy",
|
||||||
|
"toml",
|
||||||
|
"click",
|
||||||
|
"gotify",
|
||||||
|
],
|
||||||
|
)
|
Loading…
Reference in New Issue
Block a user