We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a0b3b7 commit 8a76651Copy full SHA for 8a76651
2 files changed
README.md
@@ -1,8 +1,7 @@
1
<p align='center'>
2
-<img src="/diffrays/static/images/logo-dark.png" width=60% >
3
<picture>
4
<source srcset="/diffrays/static/images/logo-dark.png" media="(prefers-color-scheme: dark)" width=60% >
5
- <source srcset="/diffrays/static/images/logo-light.png" media="(prefers-color-scheme: light)" wwidth=60% >
+ <source srcset="/diffrays/static/images/logo-light.png" media="(prefers-color-scheme: light)" width=60% >
6
<img src="light-image.png" alt="DiffRays Logo">
7
</picture>
8
</p>
pyproject.toml
@@ -27,7 +27,7 @@ diffrays = "diffrays.cli:main"
27
include-package-data = true
28
29
[tool.setuptools.packages.find]
30
-where = ["diffrays"]
+where = ["."]
31
32
[tool.setuptools.package-data]
33
"diffrays" = [
0 commit comments