refactor service / schedule code in preparation for alternate schedulers

This commit is contained in:
Jakob Ketterl
2020-01-17 22:46:01 +01:00
parent 470fc43646
commit 12be082523
3 changed files with 182 additions and 142 deletions

View File

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