Browse Source

Add project_urls to setup.cfg

[skip ci]
rdb 6 years ago
parent
commit
7d6ba557d3
1 changed files with 5 additions and 0 deletions
  1. 5 0
      setup.cfg

+ 5 - 0
setup.cfg

@@ -30,6 +30,11 @@ classifiers =
     Topic :: Software Development :: Libraries :: Python Modules
     Topic :: Software Development :: Libraries :: Python Modules
 author = Panda3D Team
 author = Panda3D Team
 author_email = [email protected]
 author_email = [email protected]
+project_urls =
+    Source=https://github.com/panda3d/panda3d
+    Tracker=https://github.com/panda3d/panda3d/issues
+    Documentation=https://www.panda3d.org/manual/
+    Funding=https://opencollective.com/panda3d
 
 
 [tool:pytest]
 [tool:pytest]
 testpaths = tests
 testpaths = tests