diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..19a0d43 --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,5 @@ +include README.md +include LICENSE +include VERSION +include SUPPORTED_VERSIONS.json +recursive-include web-ui * diff --git a/VERSION b/VERSION index 3e4d8e6..74b031c 100755 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.6.1-develop8 +4.6.1-develop9 diff --git a/setup.py b/setup.py index f4d3bc1..541144a 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,6 @@ setup( name="qbit_manage", # Packages to include into the distribution packages=find_packages("."), - package_data={"": ["../*"]}, include_package_data=True, # Start with a small number and increase it with # every change you make https://semver.org