add owrs.source to the list of includes

This commit is contained in:
Jakob Ketterl 2020-01-05 00:19:20 +01:00
parent 8eb067b810
commit aad904f1a1

View File

@ -5,7 +5,7 @@ from owrx.version import strictversion
setup( setup(
name="OpenWebRX", name="OpenWebRX",
version=str(strictversion), 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)]}, 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"]},
# use the github page for now # use the github page for now