Skip to content

Commit

Permalink
Updated files with 'repo_helper'.
Browse files Browse the repository at this point in the history
  • Loading branch information
repo-helper[bot] committed May 15, 2024
1 parent 77eb20a commit 88111c4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,18 +46,18 @@ Homepage = "https://github.com/repo-helper/whey"
"Source Code" = "https://github.com/repo-helper/whey"
Documentation = "https://whey.readthedocs.io/en/latest"

[project.optional-dependencies]
readme = [ "docutils>=0.16", "pyproject-parser[readme]>=0.11.0b1",]
editable = [ "editables>=0.2",]
all = [ "docutils>=0.16", "editables>=0.2", "pyproject-parser[readme]>=0.11.0b1",]

[project.scripts]
whey = "whey.__main__:main"

[project.entry-points."whey.builder"]
whey_sdist = "whey.builder:SDistBuilder"
whey_wheel = "whey.builder:WheelBuilder"

[project.optional-dependencies]
readme = [ "docutils>=0.16", "pyproject-parser[readme]>=0.11.0b1",]
editable = [ "editables>=0.2",]
all = [ "docutils>=0.16", "editables>=0.2", "pyproject-parser[readme]>=0.11.0b1",]

[tool.mkrecipe]
conda-channels = [ "conda-forge", "domdfcoding",]
extras = []
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ setenv =
setenv =
PYTHONDEVMODE=1
PIP_DISABLE_PIP_VERSION_CHECK=1
UNSAFE_PYO3_SKIP_VERSION_CHECK=1

[testenv:py312]
setenv =
Expand Down

0 comments on commit 88111c4

Please sign in to comment.