tox_wrapper
This commit is contained in:
parent
510e790155
commit
8bf481e6fc
11 changed files with 1501 additions and 4 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue