rename
This commit is contained in:
parent
ffcf5c0c27
commit
dd2f0629d3
2
setup.py
2
setup.py
@ -26,7 +26,7 @@ setup(
|
||||
]
|
||||
),
|
||||
package_data={"htdocs": [f[len("htdocs/") :] for f in glob("htdocs/**/*", recursive=True)]},
|
||||
entry_points={"console_scripts": ["openwebrx=owrx.__main__:main", "owrxadmin=owrxadmin.__main__:main"]},
|
||||
entry_points={"console_scripts": ["openwebrx=owrx.__main__:main", "openwebrx-admin=owrxadmin.__main__:main"]},
|
||||
url="https://www.openwebrx.de/",
|
||||
author="Jakob Ketterl",
|
||||
author_email="jakob.ketterl@gmx.de",
|
||||
|
Loading…
Reference in New Issue
Block a user