Skip to content

Commit

Permalink
Updated metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
technige committed May 4, 2021
1 parent 1666043 commit f261cf3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion py2neo/meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ def get_metadata():

version_data = get_version_data()
source_url = "https://github.com/technige/py2neo"
release = version_data["release"]

return {
"name": PACKAGE_NAME,
Expand All @@ -139,7 +140,7 @@ def get_metadata():
"url": "https://py2neo.org/",
"project_urls": {
"Bug Tracker": "{}/issues".format(source_url),
"Documentation": "https://py2neo.readthedocs.io/en/{}/".format(version_data["string"]),
"Documentation": "https://py2neo.org/{}.{}/".format(release[0], release[1]),
"Source Code": source_url,
},
"license": "Apache License, Version 2.0",
Expand Down

0 comments on commit f261cf3

Please sign in to comment.