Skip to content

Commit b8369f7

Browse files
committed
fix pyproject conifg path
1 parent f41023e commit b8369f7

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

MANIFEST.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Include all config files
2+
recursive-include config *.yaml.example
3+

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ Repository = "https://github.com/MigoXLab/webqa-agent"
5454
Documentation = "https://github.com/MigoXLab/webqa-agent#readme"
5555
Issues = "https://github.com/MigoXLab/webqa-agent/issues"
5656

57+
[tool.setuptools]
58+
include-package-data = true
59+
5760
[tool.setuptools.packages.find]
5861
where = ["."]
5962
include = ["webqa_agent*", "app_gradio*"]

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ python-dotenv==1.1.1
1717
pyyaml==6.0.2
1818
requests==2.32.4
1919
typing-extensions==4.14.0
20+
pre-commit>=4.5.1

0 commit comments

Comments
 (0)