package project
This commit is contained in:
parent
c1d44534f3
commit
ed03b40325
25 changed files with 91 additions and 65 deletions
21
pyproject.toml
Normal file
21
pyproject.toml
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
[project]
|
||||
name = "isn-s-cube"
|
||||
version = "0.1.0"
|
||||
description = "A 3D Rubik's Cube with a solver. It's a french A-level Project."
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.13"
|
||||
authors = [
|
||||
{name = "Jean-Marie Mineau", email = "isn-cube-1UJE@jean-marie.mineau.eu"},
|
||||
{name = "Maxime Keller"},
|
||||
]
|
||||
license = "GPL-3.0-or-later"
|
||||
dependencies = [
|
||||
"pygame==2.6.1",
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
isn-s-cube = "isn_s_cube:main"
|
||||
|
||||
[build-system]
|
||||
requires = ["uv_build>=0.11.15,<0.12.0"]
|
||||
build-backend = "uv_build"
|
||||
Loading…
Add table
Add a link
Reference in a new issue