Skip to content

Commit daf5e90

Browse files
author
lidong
committed
update toml
1 parent cbbfeb3 commit daf5e90

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

pyproject.toml

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,25 @@ name = "zipapps"
77
authors = [{name = "ClericPy", email = "[email protected]"}]
88
readme = "README.md"
99
license = {file = "LICENSE"}
10-
classifiers = ["License :: OSI Approved :: MIT License"]
1110
dynamic = ["version", "description"]
1211
requires-python = ">=3.6"
13-
12+
classifiers = [
13+
'License :: OSI Approved :: MIT License',
14+
'Programming Language :: Python',
15+
'Programming Language :: Python :: 3',
16+
'Programming Language :: Python :: 3.7',
17+
'Programming Language :: Python :: 3.8',
18+
'Programming Language :: Python :: 3.9',
19+
'Programming Language :: Python :: 3.10',
20+
'Programming Language :: Python :: 3.11',
21+
'Programming Language :: Python :: 3.12',
22+
'Programming Language :: Python :: 3 :: Only',
23+
'Programming Language :: Python :: Implementation :: CPython',
24+
'Operating System :: Microsoft :: Windows',
25+
'Operating System :: POSIX',
26+
'Operating System :: Unix',
27+
'Operating System :: MacOS',
28+
]
1429

1530
[project.urls]
1631
Home = "https://github.com/ClericPy/zipapps"

0 commit comments

Comments
 (0)