From aad904f1a1345df03cab964103540f89e128c559 Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Sun, 5 Jan 2020 00:19:20 +0100 Subject: [PATCH] add owrs.source to the list of includes --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4623def7..a8a58d2a 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from owrx.version import strictversion setup( name="OpenWebRX", version=str(strictversion), - packages=find_namespace_packages(include=["owrx", "csdr", "htdocs"]), + packages=find_namespace_packages(include=["owrx", "owrx.source", "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