Skip to content

Commit

Permalink
Move optional dependencies to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
brasmusson committed Jan 14, 2024
1 parent 322cb6e commit e77107f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 3 additions & 0 deletions python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ version = "10.0.0"

[project.scripts]

[project.optional-dependencies]
test = ["tox"]

[tool.black]
line-length = 120
target-version = ["py38", "py39", "py310", "py311"]
Expand Down
4 changes: 0 additions & 4 deletions python/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,3 @@ where = src
[options.package_data]
ci_environment =
CiEnvironments.json

[options.extras_require]
test =
tox

0 comments on commit e77107f

Please sign in to comment.