torch-subscriber-simple/setup.cfg

30 lines
631 B
INI
Raw Permalink Normal View History

[metadata]
name = torchsub
2020-10-19 19:22:45 +00:00
version = 0.0.3
2020-10-16 13:11:33 +00:00
author = Benjamin Dweck
author_email = bjdweck@gmail.com
description = TORch Simple Subscriber
url = https://git.rudefox.io/bj/torch-subscriber-simple
2020-10-16 13:11:33 +00:00
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
[options]
packages = find:
install_requires =
paho-mqtt~=1.5.1
setuptools~=50.3.1
pip~=20.2.3
Jinja2~=2.11.2
Werkzeug~=1.0.1
itsdangerous~=1.1.0
click~=7.1.2
MarkupSafe~=1.1.1
2020-10-19 19:22:45 +00:00
Flask~=1.1.1
[options.entry_points]
2020-10-16 13:11:33 +00:00
console_scripts = torch-sub=torchsub.torch_sub:main
[options.packages.find]
exclude=test