14 lines
296 B
TOML
14 lines
296 B
TOML
[build-system]
|
|
requires = ["setuptools>=45", "wheel"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "world_snapshot"
|
|
version = "1.0.0"
|
|
requires-python = ">=3.8"
|
|
dependencies = ["sqlor", "bricks_for_python"]
|
|
|
|
[tool.setuptools.packages.find]
|
|
where = ["."]
|
|
include = ["world_snapshot*"]
|