mirror of
https://github.com/evennia/evennia.git
synced 2026-04-01 13:37:17 +02:00
Merge pull request #3795 from TehomCD/fix/uv-cli-support
Add evennia launcher to scripts for uv installation
This commit is contained in:
commit
9774c8b770
1 changed files with 4 additions and 0 deletions
|
|
@ -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']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue