We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf0f925 commit 3a9fbfdCopy full SHA for 3a9fbfd
MANIFEST.in
@@ -0,0 +1,10 @@
1
+include LICENSE
2
+include README.md
3
+include CHANGELOG.md
4
+include pyproject.toml
5
+include setup.py
6
+include requirements.txt
7
+include requirements-test.txt
8
+
9
+# Include the logo files
10
+recursive-include src/promptix *.webp *.ico
pyproject.toml
@@ -50,6 +50,12 @@ dev = [
50
"mypy>=1.0.0",
51
]
52
53
+[tool.setuptools]
54
+include-package-data = true
55
56
+[tool.setuptools.package-data]
57
+"promptix.tools.studio" = ["*.webp", "*.ico"]
58
59
[tool.pytest.ini_options]
60
testpaths = ["tests"]
61
python_files = ["test_*.py"]
0 commit comments