Marco Ricci commited on 2024-06-30 22:00:30
Zeige 1 geänderte Dateien mit 2 Einfügungen und 2 Löschungen.
These misspellings otherwise prevent installation.
| ... | ... |
@@ -16,7 +16,7 @@ authors = [ |
| 16 | 16 |
classifiers = [ |
| 17 | 17 |
"Development Status :: 4 - Beta", |
| 18 | 18 |
"Environment :: Console", |
| 19 |
- "License :: OSI-Approved :: MIT License", |
|
| 19 |
+ "License :: OSI Approved :: MIT License", |
|
| 20 | 20 |
"Programming Language :: Python :: 3", |
| 21 | 21 |
"Programming Language :: Python :: 3.11", |
| 22 | 22 |
"Programming Language :: Python :: 3.12", |
| ... | ... |
@@ -68,7 +68,7 @@ python = ["3.11", "3.12"] |
| 68 | 68 |
run = "pytest{env:HATCH_TEST_ARGS:} {args}"
|
| 69 | 69 |
run-cov = "coverage run -m pytest{env:HATCH_TEST_ARGS:} {args}"
|
| 70 | 70 |
cov-combine = "coverage combine" |
| 71 |
-cov-report = "coverage report && coverage html" |
|
| 71 |
+cov-report = ["coverage report", "coverage html"] |
|
| 72 | 72 |
|
| 73 | 73 |
[tool.hatch.env] |
| 74 | 74 |
requires = [ |
| 75 | 75 |