We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4bcfe7 commit f9d7264Copy full SHA for f9d7264
setup.py
@@ -13,7 +13,7 @@
13
required = f.read().splitlines()
14
with open('README.md') as f:
15
long_description = f.read()
16
-long_description.replace("/etc", f"https://raw.githubusercontent.com/{REPO}/master/etc")
+long_description = long_description.replace("/etc", f"https://raw.githubusercontent.com/{REPO}/master/etc")
17
18
19
class PyTest(TestCommand):
0 commit comments