19 lines
429 B
INI
19 lines
429 B
INI
[metadata]
|
|
name = torchsub
|
|
version = 0.0.1
|
|
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
|
|
|
|
[options]
|
|
packages = find:
|
|
install_requires = paho-mqtt~=1.5.1
|
|
|
|
[options.entry_points]
|
|
console_scripts = torch-sub=torchsub.torch_sub:main
|
|
|
|
[options.packages.find]
|
|
exclude=test |