add forms to setup

This commit is contained in:
Jakob Ketterl 2020-03-29 20:15:13 +02:00
parent 2ef80eee1d
commit a3126b060d
1 changed files with 1 additions and 1 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", "owrx.controllers", "owrx.property", "csdr", "htdocs"]),
packages=find_namespace_packages(include=["owrx", "owrx.source", "owrx.service", "owrx.controllers", "owrx.property", "owrx.form", "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