Skip to content

Commit

Permalink
build: keep project sections sorted
Browse files Browse the repository at this point in the history
  • Loading branch information
xenophonf committed Nov 30, 2023
1 parent 368e614 commit 809d7f9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ test = [
"pytest-reportlog",
]

[tool.setuptools.package-dir]
stuart = "src"

[tool.pytest.ini_options]
# Invoke smoke tests with `pytest -k smoke`. See also
Expand All @@ -52,3 +50,6 @@ stuart = "src"
markers = [
"smoke",
]

[tool.setuptools.package-dir]
stuart = "src"

0 comments on commit 809d7f9

Please sign in to comment.