BUGFIX: main() not found

dh_python
B.J. Dweck 2020-10-08 12:30:55 +02:00
parent 156370a586
commit fe28ab3246
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ setuptools.setup(
url="https://git.rudefox.io/bj/torch-agent",
packages=setuptools.find_packages(),
entry_points = {
'console_scripts': ['torch-agent=torch_agent:main'],
'console_scripts': ['torch-agent=torch_agent.torch_agent:main'],
},
classifiers=[
"Programming Language :: Python :: 3",