Skip to content

Commit 979dd76

Browse files
committed
Fix pyproject.toml
1 parent 5b08c5c commit 979dd76

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,15 @@ Repository = "https://github.com/lof310/arch_eval.git"
4444

4545
[tool.setuptools.packages.find]
4646
where = ["."]
47-
include = ["transformer*"]
47+
include = ["arch_eval*"]
4848

4949
[tool.black]
5050
line-length = 120
5151
target-version = ['py38', 'py39', 'py310', 'py311', 'py312', 'py313']
5252
include = '\.pyi?$'
5353

5454
[tool.coverage.run]
55-
source = ["transformer"]
55+
source = ["arch_eval"]
5656
omit = ["*/tests/*", "*/test_*"]
5757

5858
[tool.mypy]

0 commit comments

Comments
 (0)