Skip to content

Commit

Permalink
fix flat layout issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dilyabareeva committed Aug 6, 2024
1 parent 8db04f5 commit a1f56ff
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 @@ -53,6 +53,9 @@ exclude = '''
testpaths = ["tests"]
python_files = "test_*.py"

[tool.setuptools]
py-modules = []

[project.optional-dependencies]
dev = [ # Install wtih pip install .[dev] or pip install -e '.[dev]' in zsh
"coverage>=7.2.3",
Expand Down

0 comments on commit a1f56ff

Please sign in to comment.