@@ -10,7 +10,27 @@ build-backend = "setuptools.build_meta"
10
10
name = " pluggy"
11
11
license = {text = " MIT" }
12
12
authors = [{name = " Holger Krekel" , email = " holger@merlinux.eu" }]
13
- classifiers = [" Development Status :: 6 - Mature" , " Intended Audience :: Developers" , " License :: OSI Approved :: MIT License" , " Operating System :: POSIX" , " Operating System :: Microsoft :: Windows" , " Operating System :: MacOS :: MacOS X" , " Topic :: Software Development :: Testing" , " Topic :: Software Development :: Libraries" , " Topic :: Utilities" , " Programming Language :: Python :: Implementation :: CPython" , " Programming Language :: Python :: Implementation :: PyPy" , " Programming Language :: Python :: 3" , " Programming Language :: Python :: 3 :: Only" , " Programming Language :: Python :: 3.8" , " Programming Language :: Python :: 3.9" , " Programming Language :: Python :: 3.10" , " Programming Language :: Python :: 3.11" ]
13
+ classifiers = [
14
+ " Development Status :: 6 - Mature" ,
15
+ " Intended Audience :: Developers" ,
16
+ " License :: OSI Approved :: MIT License" ,
17
+ " Operating System :: POSIX" ,
18
+ " Operating System :: Microsoft :: Windows" ,
19
+ " Operating System :: MacOS :: MacOS X" ,
20
+ " Topic :: Software Development :: Testing" ,
21
+ " Topic :: Software Development :: Libraries" ,
22
+ " Topic :: Utilities" ,
23
+ " Programming Language :: Python :: Implementation :: CPython" ,
24
+ " Programming Language :: Python :: Implementation :: PyPy" ,
25
+ " Programming Language :: Python :: 3" ,
26
+ " Programming Language :: Python :: 3 :: Only" ,
27
+ " Programming Language :: Python :: 3.8" ,
28
+ " Programming Language :: Python :: 3.9" ,
29
+ " Programming Language :: Python :: 3.10" ,
30
+ " Programming Language :: Python :: 3.11" ,
31
+ " Programming Language :: Python :: 3.12" ,
32
+ " Programming Language :: Python :: 3.13" ,
33
+ ]
14
34
description = " plugin and hook calling mechanisms for python"
15
35
readme = {file = " README.rst" , content-type = " text/x-rst" }
16
36
requires-python = " >=3.8"
0 commit comments