13 lines
389 B
TOML
13 lines
389 B
TOML
# libs/pasbdc_data_cleaning/pyproject.toml
|
|
[build-system]
|
|
requires = ["setuptools", "wheel"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "pasbdc_data_cleaning"
|
|
version = "0.1.0"
|
|
description = "Internal data cleaning library for the PASBDC written by Vincent Allen"
|
|
|
|
# MOVED: Configuration specific to setuptools goes here
|
|
[tool.setuptools]
|
|
packages = ["pasbdc_data_cleaning"] |