mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-08-02 16:21:51 -05:00
Dependency setup
- Poetry for maintaining python server executable - Reroll Jetbrains configs - Update readme - Add launcher build pipeline
This commit is contained in:
16
pyproject.toml
Normal file
16
pyproject.toml
Normal file
@@ -0,0 +1,16 @@
|
||||
[tool.poetry]
|
||||
name = "cardconjurer"
|
||||
version = "0.1.0"
|
||||
description = "Run card conjurer locally, credit to Kyle for original repo, remember the legends."
|
||||
authors = ["MrTeferi <freethoughtleft@gmail.com>"]
|
||||
license = "GPL3"
|
||||
readme = "README.md"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = ">=3.10,<3.11"
|
||||
pyinstaller = "5.2"
|
||||
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
build-backend = "poetry.core.masonry.api"
|
Reference in New Issue
Block a user