split the controllers into separate files

This commit is contained in:
Jakob Ketterl
2020-02-23 17:22:13 +01:00
parent b110705f45
commit 451eb99f8a
10 changed files with 234 additions and 221 deletions

View File

@ -11,7 +11,7 @@ except ImportError:
setup(
name="OpenWebRX",
version=str(strictversion),
packages=find_namespace_packages(include=["owrx", "owrx.source", "owrx.service", "csdr", "htdocs"]),
packages=find_namespace_packages(include=["owrx", "owrx.source", "owrx.service", "owrx.controllers", "csdr", "htdocs"]),
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