First integration test
This commit is contained in:
@@ -25,11 +25,15 @@ classifiers = [
|
||||
dependencies = [
|
||||
"argparse",
|
||||
"pathlib",
|
||||
"pytest>=8.1.1",
|
||||
]
|
||||
license = {text = "GPL"}
|
||||
|
||||
[project.optional-dependencies]
|
||||
dev = ["pylint"]
|
||||
dev = [
|
||||
"pylint",
|
||||
"pytest>=8.1.1",
|
||||
]
|
||||
test = ["pytest"]
|
||||
|
||||
[project.urls]
|
||||
|
||||
Reference in New Issue
Block a user