File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ requires = [
66build-backend = ' setuptools.build_meta'
77
88[project ]
9- name = " pulp_python "
9+ name = " pulp-python "
1010version = " 3.13.0.dev"
1111description = " pulp-python plugin for the Pulp Project"
1212readme = " 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]
2528requires-python = " >=3.9"
2629dependencies = [
@@ -104,4 +107,4 @@ replace = "version = \"{new_version}\""
104107
105108filename = " ./pyproject.toml"
106109search = " version = \" {current_version}\" "
107- replace = " version = \" {new_version}\" "
110+ replace = " version = \" {new_version}\" "
You can’t perform that action at this time.
0 commit comments