Skip to content

Commit 8a76651

Browse files
committed
README Fixed
1 parent 0a0b3b7 commit 8a76651

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
<p align='center'>
2-
<img src="/diffrays/static/images/logo-dark.png" width=60% >
32
<picture>
43
<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% >
4+
<source srcset="/diffrays/static/images/logo-light.png" media="(prefers-color-scheme: light)" width=60% >
65
<img src="light-image.png" alt="DiffRays Logo">
76
</picture>
87
</p>

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ diffrays = "diffrays.cli:main"
2727
include-package-data = true
2828

2929
[tool.setuptools.packages.find]
30-
where = ["diffrays"]
30+
where = ["."]
3131

3232
[tool.setuptools.package-data]
3333
"diffrays" = [

0 commit comments

Comments
 (0)