create owrxadmin
This commit is contained in:
parent
3226c01f60
commit
ffcf5c0c27
2
owrxadmin/__main__.py
Normal file
2
owrxadmin/__main__.py
Normal file
@ -0,0 +1,2 @@
|
||||
def main():
|
||||
print("OpenWebRX admin")
|
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…
Reference in New Issue
Block a user