first commit
This commit is contained in:
13
project_constants/pyproject.toml
Normal file
13
project_constants/pyproject.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
# dataset/pyproject.toml
|
||||
[build-system]
|
||||
requires = ["setuptools", "wheel"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "constants_module"
|
||||
version = "0.1.0"
|
||||
description = "Internal PASBDC shared constants library to allow you to get the column names used in Neoserra"
|
||||
|
||||
[tool.setuptools]
|
||||
packages = ["constants_module"]
|
||||
package-dir = {"" = "."}
|
||||
Reference in New Issue
Block a user