Skip to content

Commit e353d41

Browse files
committed
update for pip
1 parent 7a80494 commit e353d41

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

MANIFEST.in

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
recursive-include treeprofiler/static *
2-
recursive-include treeprofiler/views *.html
2+
recursive-include treeprofiler/views *.html
3+
include README.md
4+
include LICENSE

pyproject.toml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,11 @@ treeprofiler-desktop = "treeprofiler.app:start_server"
5353
include-package-data = true
5454

5555
[tool.setuptools.packages.find]
56-
where = ["."]
56+
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

Comments
 (0)