mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-04-04 14:08:38 +00:00
reformat with black
This commit is contained in:
parent
e5724620a8
commit
1a3a5b43a0
15 changed files with 48 additions and 47 deletions
4
setup.py
4
setup.py
|
|
@ -6,9 +6,7 @@ setup(
|
|||
name="OpenWebRX",
|
||||
version=str(strictversion),
|
||||
packages=find_namespace_packages(include=["owrx", "csdr", "htdocs"]),
|
||||
package_data={
|
||||
"htdocs": [f[len("htdocs/"):] for f in glob("htdocs/**/*", recursive=True)]
|
||||
},
|
||||
package_data={"htdocs": [f[len("htdocs/") :] for f in glob("htdocs/**/*", recursive=True)]},
|
||||
entry_points={"console_scripts": ["openwebrx=owrx.__main__:main"]},
|
||||
# use the github page for now
|
||||
url="https://github.com/jketterl/openwebrx",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue