mirror of
https://github.com/thib8956/advent-of-code.git
synced 2025-08-23 07:51:57 +00:00
15 lines
229 B
TOML
15 lines
229 B
TOML
[build-system]
|
|
requires = ["setuptools"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "adventofcode"
|
|
version = "1.0.0"
|
|
|
|
[project.scripts]
|
|
aoc = "adventofcode.aoc:main"
|
|
|
|
[tool.setuptools.packages.find]
|
|
where = ["."]
|
|
|