@@ -97,10 +97,10 @@ def load_about() -> Dict[str, str]:
9797 install_requires = [],
9898 extras_require = {},
9999 classifiers = [ # https://pypi.org/classifiers/
100- "Development Status :: 4 - Beta " ,
100+ "Development Status :: 3 - Alpha " ,
101101 "Environment :: Web Environment" ,
102102 "Intended Audience :: Developers" ,
103- "License :: OSI Approved :: MIT License" ,
103+ "License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+) " ,
104104 "Operating System :: OS Independent" ,
105105 "Programming Language :: Python" ,
106106 "Programming Language :: Python :: 3" ,
@@ -111,12 +111,13 @@ def load_about() -> Dict[str, str]:
111111 "Programming Language :: Python :: 3.9" ,
112112 "Programming Language :: Python :: 3.10" ,
113113 "Programming Language :: Python :: 3.11" ,
114+ "Programming Language :: Python :: 3.12" ,
114115 "Programming Language :: Python :: Implementation :: CPython" ,
115116 "Programming Language :: Python :: Implementation :: PyPy" ,
116117 "Topic :: Utilities" ,
117118 ],
118119 project_urls = {
119- "Documentation" : "https://github.com/lpm0073 /secure-logger/" ,
120+ "Documentation" : "https://pypi.org/project /secure-logger/" ,
120121 "Changelog" : "https://github.com/lpm0073/secure-logger/blob/main/CHANGELOG.md" ,
121122 "Source" : "https://github.com/lpm0073/secure-logger" ,
122123 "Tracker" : "https://github.com/lpm0073/secure-logger/issues" ,
0 commit comments