mirror of
https://github.com/blw1138/cross-py-builder.git
synced 2025-12-17 08:38:11 +00:00
Another attempt
This commit is contained in:
4
setup.py
4
setup.py
@@ -7,8 +7,8 @@ setup(
|
||||
install_requires=open("requirements.txt").read().splitlines(),
|
||||
entry_points={
|
||||
"console_scripts": [
|
||||
"cross-py-agent=cross-py-builder.build_agent:main",
|
||||
"cross-py-builder=cross-py-builder.agent_manager:main",
|
||||
"cross-py-agent=build_agent:main",
|
||||
"cross-py-builder=agent_manager:main",
|
||||
],
|
||||
},
|
||||
author="Brett Williams",
|
||||
|
||||
Reference in New Issue
Block a user