@@ -7,10 +7,25 @@ name = "zipapps"
77authors = [{
name =
" ClericPy" ,
email =
" [email protected] " }]
88readme = " README.md"
99license = {file = " LICENSE" }
10- classifiers = [" License :: OSI Approved :: MIT License" ]
1110dynamic = [" version" , " description" ]
1211requires-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 ]
1631Home = " https://github.com/ClericPy/zipapps"
0 commit comments