File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ requires = [
6
6
build-backend = ' setuptools.build_meta'
7
7
8
8
[project ]
9
- name = " pulp_python "
9
+ name = " pulp-python "
10
10
version = " 3.13.0.dev"
11
11
description = " pulp-python plugin for the Pulp Project"
12
12
readme = " README.md"
@@ -21,6 +21,9 @@ classifiers=[
21
21
" Programming Language :: Python" ,
22
22
" Programming Language :: Python :: 3" ,
23
23
" Programming Language :: Python :: 3.9" ,
24
+ " Programming Language :: Python :: 3.10" ,
25
+ " Programming Language :: Python :: 3.11" ,
26
+ " Programming Language :: Python :: 3.12" ,
24
27
]
25
28
requires-python = " >=3.9"
26
29
dependencies = [
@@ -104,4 +107,4 @@ replace = "version = \"{new_version}\""
104
107
105
108
filename = " ./pyproject.toml"
106
109
search = " 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