8000 BLD: remove trailing slash · matplotlib/matplotlib@adfd98d · GitHub
[go: up one dir, main page]

Skip to content

Commit adfd98d

Browse files
authored
BLD: remove trailing slash
1 parent 0cc7065 commit adfd98d

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
@@ -267,7 +267,7 @@ def run(self):
267267
description="Python plotting package",
268268
author="John D. Hunter, Michael Droettboom",
269269
author_email="matplotlib-users@python.org",
270-
url="https://matplotlib.org/",
270+
url="https://matplotlib.org",
271271
long_description="""
272272
Matplotlib strives to produce publication quality 2D graphics
273273
for interactive graphing, scientific publishing, user interface

0 commit comments

Comments
 (0)
0