mirror of
https://github.com/StuffAnThings/qbit_manage.git
synced 2025-11-06 22:46:01 +08:00
build(packaging): add MANIFEST.in and include web-ui in pypi build
- Add MANIFEST.in to include essential files in distribution
This commit is contained in:
parent
8b2d904d92
commit
700d83cd8b
3 changed files with 6 additions and 2 deletions
5
MANIFEST.in
Normal file
5
MANIFEST.in
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
include README.md
|
||||
include LICENSE
|
||||
include VERSION
|
||||
include SUPPORTED_VERSIONS.json
|
||||
recursive-include web-ui *
|
||||
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
|||
4.6.1-develop8
|
||||
4.6.1-develop9
|
||||
|
|
|
|||
1
setup.py
1
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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue