Skip to content

Commit a574f9c

Browse files
Fix repo reference.
1 parent 71cf843 commit a574f9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
description="A library for creating lightweight views of matplotlib axes.",
1414
long_description=long_description,
1515
long_description_content_type="text/markdown",
16-
url="https://github.com/isaacrobinson2000/matplotview",
16+
url="https://github.com/matplotlib/matplotview",
1717
project_urls={
18-
"Bug Tracker": "https://github.com/isaacrobinson2000/matplotview/issues",
18+
"Bug Tracker": "https://github.com/matplotlib/matplotview/issues",
1919
},
2020
classifiers=[
2121
'Development Status :: 3 - Alpha',

0 commit comments

Comments
 (0)