2020-10-16 13:04:50 +00:00
|
|
|
[metadata]
|
|
|
|
name = torchsub
|
|
|
|
version = 0.0.1
|
2020-10-16 13:11:33 +00:00
|
|
|
author = Benjamin Dweck
|
|
|
|
author_email = bjdweck@gmail.com
|
|
|
|
url = http://git.rudefox.io/bj/torch-subscriber-simple
|
|
|
|
classifiers =
|
|
|
|
Programming Language :: Python :: 3
|
|
|
|
License :: OSI Approved :: MIT License
|
2020-10-16 13:04:50 +00:00
|
|
|
|
|
|
|
[options]
|
|
|
|
packages = find:
|
2020-10-16 13:11:33 +00:00
|
|
|
install_requires = paho-mqtt~=1.5.1
|
2020-10-16 13:04:50 +00:00
|
|
|
|
|
|
|
[options.entry_points]
|
2020-10-16 13:11:33 +00:00
|
|
|
console_scripts = torch-sub=torchsub.torch_sub:main
|
2020-10-16 13:04:50 +00:00
|
|
|
|
|
|
|
[options.packages.find]
|
|
|
|
exclude=test
|