Merge pull request #3795 from TehomCD/fix/uv-cli-support

Add evennia launcher to scripts for uv installation
This commit is contained in:
Griatch 2025-06-30 18:09:11 +02:00 committed by GitHub
commit 9774c8b770
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -130,6 +130,10 @@ extra = [
"Issue tracker" = "https://github.com/evennia/evennia/issues"
"Patreon" = "https://www.patreon.com/griatch"
[project.scripts]
evennia = "evennia.server.evennia_launcher:main"
[tool.black]
line-length = 100
target-version = ['py310', 'py311']