We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f41023e commit b8369f7Copy full SHA for b8369f7
MANIFEST.in
@@ -0,0 +1,3 @@
1
+# Include all config files
2
+recursive-include config *.yaml.example
3
+
pyproject.toml
@@ -54,6 +54,9 @@ Repository = "https://github.com/MigoXLab/webqa-agent"
54
Documentation = "https://github.com/MigoXLab/webqa-agent#readme"
55
Issues = "https://github.com/MigoXLab/webqa-agent/issues"
56
57
+[tool.setuptools]
58
+include-package-data = true
59
60
[tool.setuptools.packages.find]
61
where = ["."]
62
include = ["webqa_agent*", "app_gradio*"]
requirements.txt
@@ -17,3 +17,4 @@ python-dotenv==1.1.1
17
pyyaml==6.0.2
18
requests==2.32.4
19
typing-extensions==4.14.0
20
+pre-commit>=4.5.1
0 commit comments