Skip to content

Commit 5192cfc

Browse files
committed
fix: make sure to include non python data when installing
1 parent b091ce0 commit 5192cfc

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

MANIFEST.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
include traincheck/static_analyzer/func_level/optim_func_level.log
2+
include traincheck/static_analyzer/func_level/nn_func_level.log

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
requires = ["setuptools>=61.0", "wheel"]
33
build-backend = "setuptools.build_meta"
44

5+
[tool.setuptools]
6+
include-package-data = true
7+
58
[tool.setuptools.packages.find]
69
where = ["."]
710
include = ["traincheck", "traincheck.*"]

traincheck/static_analyzer/func_level/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)