Skip to content

Commit f9d7264

Browse files
committed
Update setup.py
1 parent b4bcfe7 commit f9d7264

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
@@ -13,7 +13,7 @@
1313
required = f.read().splitlines()
1414
with open('README.md') as f:
1515
long_description = f.read()
16-
long_description.replace("/etc", f"https://raw.githubusercontent.com/{REPO}/master/etc")
16+
long_description = long_description.replace("/etc", f"https://raw.githubusercontent.com/{REPO}/master/etc")
1717

1818

1919
class PyTest(TestCommand):

0 commit comments

Comments
 (0)