Skip to content

Commit

Permalink
pyproject: prep 4.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: William Woodruff <[email protected]>
  • Loading branch information
woodruffw committed Nov 6, 2024
1 parent a1f0005 commit 739e459
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ name = "sampleproject" # REQUIRED, is the only field that cannot be marked as d
#
# For a discussion on single-sourcing the version, see
# https://packaging.python.org/guides/single-sourcing-package-version/
version = "3.0.0" # REQUIRED, although can be dynamic
version = "4.0.0" # REQUIRED, although can be dynamic

# This is a one-line description or tagline of what your project does. This
# corresponds to the "Summary" metadata field:
Expand Down Expand Up @@ -128,7 +128,7 @@ dependencies = [
#
# $ pip install sampleproject[dev]
#
# Optional dependencies the project provides. These are commonly
# Optional dependencies the project provides. These are commonly
# referred to as "extras". For a more extensive definition see:
# https://packaging.python.org/en/latest/specifications/dependency-specifiers/#extras
[project.optional-dependencies]
Expand Down

0 comments on commit 739e459

Please sign in to comment.