Skip to content

Commit 60cd0e9

Browse files
authored
Fixed URL for PyPI (#231)
1 parent 686216e commit 60cd0e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ def run(self):
219219
name="pyogrio",
220220
version=version,
221221
packages=find_packages(),
222-
url="https://github.com/pyogrio/pyogrio",
222+
url="https://github.com/geopandas/pyogrio",
223223
license="MIT",
224224
author="Brendan C. Ward",
225225
author_email="[email protected]",

0 commit comments

Comments
 (0)