Les choses sérieuses commencent
This commit is contained in:
parent
7a9fe18463
commit
c63f62721b
41 changed files with 1270 additions and 0 deletions
27
pyproject.toml
Normal file
27
pyproject.toml
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
[build-system]
|
||||
requires = ["setuptools>=61.0"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "erminig"
|
||||
version = "0.0.1"
|
||||
description = "Erminig: Une forge logicielle bretonne artisanale"
|
||||
authors = [{ name = "Lomig", email = "lomig@example.com" }]
|
||||
readme = "README.md"
|
||||
license = "MIT"
|
||||
requires-python = ">=3.13"
|
||||
dependencies = ["requests", "PyYAML", "pytest"]
|
||||
|
||||
[tool.setuptools]
|
||||
packages = [
|
||||
"erminig",
|
||||
"erminig.cli",
|
||||
"erminig.controllers.evezh",
|
||||
"erminig.controllers.evezh.parsers",
|
||||
"erminig.models",
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
erminit-init = "erminig.cli.init:main"
|
||||
evezh = "erminig.cli.evezh:main"
|
||||
govel = "erminig.cli.govel:main"
|
||||
Loading…
Add table
Add a link
Reference in a new issue