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 0b3e181 commit be49c4bCopy full SHA for be49c4b
setup.py
@@ -18,7 +18,9 @@ def find_version(*file_paths):
18
raise RuntimeError("Unable to find version string.")
19
20
21
-readme = read("README.md")
+readme = read("README.md").replace(
22
+ 'src="assets/', 'src="https://raw.githubusercontent.com/pytorch/ignite/master/assets/'
23
+)
24
25
VERSION = find_version("ignite", "__init__.py")
26
0 commit comments