File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -2020,7 +2020,16 @@ def convert_optional_data_files(files):
20202020 long_description_content_type = "text/markdown" ,
20212021 author = "Mark Hammond (et al)" ,
202220222023- url = "https://github.com/mhammond/pywin32" ,
2023+ project_urls = {
2024+ # https://docs.pypi.org/project_metadata/#general-url
2025+ "Homepage" : "https://github.com/mhammond/pywin32" ,
2026+ "Changes" : "https://github.com/mhammond/pywin32/blob/main/CHANGES.txt" ,
2027+ "Docs" : "https://mhammond.github.io/pywin32/" ,
2028+ "Bugs" : "https://github.com/mhammond/pywin32/issues" ,
2029+ # Arbitrary URLs (icons still recognized)
2030+ "Support Requests" : "https://github.com/mhammond/pywin32/discussions" ,
2031+ "Mailing List" : "https://mail.python.org/mailman/listinfo/python-win32" ,
2032+ },
20242033 license = "PSF" ,
20252034 classifiers = classifiers ,
20262035 cmdclass = cmdclass ,
You can’t perform that action at this time.
0 commit comments