Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
dralley committed Nov 28, 2024
1 parent 1ddd46d commit cedfd04
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ requires = [
build-backend = 'setuptools.build_meta'

[project]
name = "pulp_python"
name = "pulp-python"
version = "3.13.0.dev"
description = "pulp-python plugin for the Pulp Project"
readme = "README.md"
Expand All @@ -21,6 +21,9 @@ classifiers=[
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
]
requires-python = ">=3.9"
dependencies = [
Expand Down Expand Up @@ -104,4 +107,4 @@ replace = "version = \"{new_version}\""

filename = "./pyproject.toml"
search = "version = \"{current_version}\""
replace = "version = \"{new_version}\""
replace = "version = \"{new_version}\""

0 comments on commit cedfd04

Please sign in to comment.