13 lines
299 B
TOML
13 lines
299 B
TOML
[build-system]
|
|
requires = ["setuptools", "wheel"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "pasbdc_word_library"
|
|
version = "0.1.0"
|
|
description = "A tool used to make the generation of word documents in python a little easier."
|
|
|
|
[tool.setuptools]
|
|
packages = ["pasbdc_word_library"]
|
|
|