Skip to content

Commit

Permalink
add packages entry to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
chrishavlin committed Oct 3, 2024
1 parent 6a4b4ac commit 29ac7ef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ test = [
"pytest>=6.1",
]

[tool.setuptools]
packages = ["yt_experiments"]

[tool.pytest.ini_options]
addopts = '''
-s
Expand Down

0 comments on commit 29ac7ef

Please sign in to comment.