tox_wrapper

This commit is contained in:
emdee@spm.plastiras.org 2024-02-13 18:21:08 +00:00
parent 510e790155
commit 8bf481e6fc
11 changed files with 1501 additions and 4 deletions

View file

@ -26,7 +26,6 @@ classifiers = [
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: Implementation :: CPython",
]
dynamic = ["version", "readme", "dependencies"] # cannot be dynamic ['license']
[project.scripts]
@ -44,3 +43,6 @@ build-backend = "setuptools.build_meta"
version = {attr = "tox_profile.__version__"}
readme = {file = ["README.md"]}
dependencies = {file = ["requirements.txt"]}
#[tool.setuptools.packages.find]
#where = "src"