25 lines
560 B
INI
25 lines
560 B
INI
|
[metadata]
|
||
|
name = torch-agent
|
||
|
version = attrib: torch_agent.__version__
|
||
|
author = Benjamin Dweck
|
||
|
author_email = bjdweck@gmail.com
|
||
|
description = TORch: Illuminate the Way to your Node
|
||
|
url = https://git.rudefox.io/bj/torch-agent
|
||
|
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
|
||
|
stem
|
||
|
|
||
|
[options.entry_points]
|
||
|
console_scripts = torch-agent=torch_agent.torch_agent:main
|
||
|
|
||
|
[options.packages.find]
|
||
|
exclude=test
|