Skip to content

Commit cedfd04

Browse files
committed
Update pyproject.toml
1 parent 1ddd46d commit cedfd04

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

pyproject.toml

+5-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ requires = [
66
build-backend = 'setuptools.build_meta'
77

88
[project]
9-
name = "pulp_python"
9+
name = "pulp-python"
1010
version = "3.13.0.dev"
1111
description = "pulp-python plugin for the Pulp Project"
1212
readme = "README.md"
@@ -21,6 +21,9 @@ classifiers=[
2121
"Programming Language :: Python",
2222
"Programming Language :: Python :: 3",
2323
"Programming Language :: Python :: 3.9",
24+
"Programming Language :: Python :: 3.10",
25+
"Programming Language :: Python :: 3.11",
26+
"Programming Language :: Python :: 3.12",
2427
]
2528
requires-python = ">=3.9"
2629
dependencies = [
@@ -104,4 +107,4 @@ replace = "version = \"{new_version}\""
104107

105108
filename = "./pyproject.toml"
106109
search = "version = \"{current_version}\""
107-
replace = "version = \"{new_version}\""
110+
replace = "version = \"{new_version}\""

0 commit comments

Comments
 (0)