@@ -97,10 +97,10 @@ def load_about() -> Dict[str, str]:
97
97
install_requires = [],
98
98
extras_require = {},
99
99
classifiers = [ # https://pypi.org/classifiers/
100
- "Development Status :: 4 - Beta " ,
100
+ "Development Status :: 3 - Alpha " ,
101
101
"Environment :: Web Environment" ,
102
102
"Intended Audience :: Developers" ,
103
- "License :: OSI Approved :: MIT License" ,
103
+ "License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+) " ,
104
104
"Operating System :: OS Independent" ,
105
105
"Programming Language :: Python" ,
106
106
"Programming Language :: Python :: 3" ,
@@ -111,12 +111,13 @@ def load_about() -> Dict[str, str]:
111
111
"Programming Language :: Python :: 3.9" ,
112
112
"Programming Language :: Python :: 3.10" ,
113
113
"Programming Language :: Python :: 3.11" ,
114
+ "Programming Language :: Python :: 3.12" ,
114
115
"Programming Language :: Python :: Implementation :: CPython" ,
115
116
"Programming Language :: Python :: Implementation :: PyPy" ,
116
117
"Topic :: Utilities" ,
117
118
],
118
119
project_urls = {
119
- "Documentation" : "https://github.com/lpm0073 /secure-logger/" ,
120
+ "Documentation" : "https://pypi.org/project /secure-logger/" ,
120
121
"Changelog" : "https://github.com/lpm0073/secure-logger/blob/main/CHANGELOG.md" ,
121
122
"Source" : "https://github.com/lpm0073/secure-logger" ,
122
123
"Tracker" : "https://github.com/lpm0073/secure-logger/issues" ,
0 commit comments