Skip to content

Commit

Permalink
Remove invalid tool.extras section
Browse files Browse the repository at this point in the history
  • Loading branch information
jelmer committed May 13, 2024
1 parent 7935d0d commit bdeda05
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,16 +54,6 @@ include-package-data = false
include = ["testtools"]
exclude = ["man*"]

[tool.extras]
test = """
testscenarios
testresources"""
twisted = """
Twisted"""
dev = """
ruff==0.4.4
"""

[tool.files]
packages = "testtools"

Expand All @@ -82,3 +72,4 @@ __version__ = {version_tuple!r}
[project.optional-dependencies]
test = ["testscenarios", "testresources"]
twisted = ["Twisted", "fixtures"]
dev = ["ruff==0.4.4"]

0 comments on commit bdeda05

Please sign in to comment.