15 lines
346 B
TOML
15 lines
346 B
TOML
# scripts/dataset/pyproject.toml
|
|
[build-system]
|
|
requires = ["setuptools", "wheel"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "shared_tools_module"
|
|
version = "0.1.0"
|
|
description = "Internal word doc generation library "
|
|
|
|
# MOVED: Configuration specific to setuptools goes here
|
|
[tool.setuptools]
|
|
packages = ["shared_tools_module"]
|
|
|