Skip to content

Commit b4eec20

Browse files
authored
fix: emojis.json missing from build (#97)
1 parent 0f7f84d commit b4eec20

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

pyproject.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,14 +89,12 @@ version-file = "discord/_version.py"
8989
[tool.hatch.build.targets.wheel]
9090
only-packages = true
9191
packages = ["discord"]
92-
only-include = ["discord", "LICENSE", "pyproject.toml", "discord/bin/*.dll", "discord/ibanner.txt", "discord/banner.txt", "discord/chan/ART.txt"]
93-
artifacts = ["discord/bin/*.dll", "discord/ibanner.txt", "discord/banner.txt", "discord/chan/ART.txt"]
92+
only-include = ["discord", "README.rst", "LICENSE", "pyproject.toml", "discord/bin/*.dll", "discord/emojis.json", "discord/ibanner.txt", "discord/banner.txt", "discord/chan/ART.txt",]
9493

9594
[tool.hatch.build.targets.sdist]
9695
only-packages = true
9796
packages = ["discord"]
98-
only-include = ["discord", "README.rst", "LICENSE", "pyproject.toml", "discord/bin/*.dll"]
99-
artifacts = ["discord/bin/*.dll"]
97+
only-include = ["discord", "README.rst", "LICENSE", "pyproject.toml", "discord/bin/*.dll", "discord/emojis.json", "discord/ibanner.txt", "discord/banner.txt", "discord/chan/ART.txt",]
10098

10199
[tool.black]
102100
target-version = ['py310', 'py311', 'py312', 'py313']

0 commit comments

Comments
 (0)