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 7a80494 commit e353d41Copy full SHA for e353d41
MANIFEST.in
@@ -1,2 +1,4 @@
1
recursive-include treeprofiler/static *
2
-recursive-include treeprofiler/views *.html
+recursive-include treeprofiler/views *.html
3
+include README.md
4
+include LICENSE
pyproject.toml
@@ -53,4 +53,11 @@ treeprofiler-desktop = "treeprofiler.app:start_server"
53
include-package-data = true
54
55
[tool.setuptools.packages.find]
56
-where = ["."]
+where = ["."]
57
+
58
+[tool.setuptools]
59
+include-package-data = true
60
61
+[tool.setuptools.package-data]
62
+# include these files at the root of the package
63
+"treeprofiler" = ["README.md", "LICENSE"]
0 commit comments