Skip to content

Commit 9bb8c59

Browse files
Add required metadata field URL to setup.py (#33)
1 parent 521fa13 commit 9bb8c59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bindings/python/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ def get_extension_modules():
140140
author_email="[email protected]",
141141
maintainer="MongoDB, Inc.",
142142
maintainer_email="[email protected]",
143+
url="https://github.com/mongodb-labs/mongo-arrow/tree/main/bindings/python",
143144
keywords=["mongo", "mongodb", "pymongo", "arrow", "bson",
144145
"numpy", "pandas"],
145146
test_suite="test"

0 commit comments

Comments
 (0)