This commit is contained in:
Jakob Ketterl 2021-02-06 16:44:40 +01:00
parent ffcf5c0c27
commit dd2f0629d3
1 changed files with 1 additions and 1 deletions

View File

@ -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",