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