mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-04-04 14:08:38 +00:00
create owrxadmin
This commit is contained in:
parent
3226c01f60
commit
ffcf5c0c27
2 changed files with 4 additions and 1 deletions
3
setup.py
3
setup.py
|
|
@ -22,10 +22,11 @@ setup(
|
|||
"owrx.form",
|
||||
"csdr",
|
||||
"htdocs",
|
||||
"owrxadmin",
|
||||
]
|
||||
),
|
||||
package_data={"htdocs": [f[len("htdocs/") :] for f in glob("htdocs/**/*", recursive=True)]},
|
||||
entry_points={"console_scripts": ["openwebrx=owrx.__main__:main"]},
|
||||
entry_points={"console_scripts": ["openwebrx=owrx.__main__:main", "owrxadmin=owrxadmin.__main__:main"]},
|
||||
url="https://www.openwebrx.de/",
|
||||
author="Jakob Ketterl",
|
||||
author_email="jakob.ketterl@gmx.de",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue