first commit
This commit is contained in:
13
libs/pasbdc_data_cleaning/pyproject.toml
Normal file
13
libs/pasbdc_data_cleaning/pyproject.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
# 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"]
|
||||
Reference in New Issue
Block a user