Skip to content

Commit 9d38186

Browse files
committed
➕ Add colorlog and remove requirements folder and fix build
1 parent a2e36b4 commit 9d38186

File tree

10 files changed

+19
-45
lines changed

10 files changed

+19
-45
lines changed

pyproject.toml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ classifiers = [
3030
dynamic = ["version"]
3131
dependencies = [
3232
"aiohttp>=3.6.0,<4.0",
33+
"colorlog~=6.9.0",
3334
"typing-extensions>=4,<5",
3435
]
3536

@@ -84,14 +85,14 @@ version-file = "discord/_version.py"
8485
[tool.hatch.build.targets.wheel]
8586
only-packages = true
8687
packages = ["discord"]
87-
only-include = ["discord", "LICENSE", "pyproject.toml"]
88-
exclude = ["README.rst"]
88+
only-include = ["discord", "LICENSE", "pyproject.toml", "discord/bin/*.dll"]
89+
artifacts = ["discord/bin/*.dll"]
8990

9091
[tool.hatch.build.targets.sdist]
9192
only-packages = true
9293
packages = ["discord"]
93-
only-include = ["discord", "LICENSE", "pyproject.toml"]
94-
exclude = ["README.rst"]
94+
only-include = ["discord", "README.rst", "LICENSE", "pyproject.toml", "discord/bin/*.dll"]
95+
artifacts = ["discord/bin/*.dll"]
9596

9697
[tool.black]
9798
target-version = ['py310', 'py311', 'py312', 'py313']

requirements/_.txt

Lines changed: 0 additions & 3 deletions
This file was deleted.

requirements/_locale.txt

Lines changed: 0 additions & 4 deletions
This file was deleted.

requirements/_release.txt

Lines changed: 0 additions & 5 deletions
This file was deleted.

requirements/all.txt

Lines changed: 0 additions & 4 deletions
This file was deleted.

requirements/dev.txt

Lines changed: 0 additions & 11 deletions
This file was deleted.

requirements/docs.txt

Lines changed: 0 additions & 11 deletions
This file was deleted.

requirements/speed.txt

Lines changed: 0 additions & 2 deletions
This file was deleted.

requirements/voice.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

uv.lock

Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)