Skip to content

Commit 03401cc

Browse files
committed
Remove unnecessary option
1 parent 0c9dc95 commit 03401cc

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

pyproject.toml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Edit every `package-name` and `author-name` and other variables to match your project.
1+
# Edit every `package-name`, `author-name` and other settings to match your project.
22

33
[build-system]
44
requires = ["setuptools>=61.0", "wheel"]
@@ -13,7 +13,7 @@ authors = [
1313
{ name = "author-name", email = "author-email" }
1414
]
1515
license = { file = "LICENSE" }
16-
keywords = ["kw1", "kw2"]
16+
keywords = ["keyword1", "keyword2"]
1717

1818
classifiers = [
1919
"License :: OSI Approved :: MIT License",
@@ -40,9 +40,6 @@ Download = "http://github.com/author-name/package-name/releases"
4040

4141
[project.optional-dependencies]
4242
tests = [
43-
"pytest",
44-
"pytest-cov",
43+
"pytest"
4544
]
4645

47-
[tool.pytest.ini_options]
48-
addopts = "--ignore docs/conf.py --cov-report term-missing --cov package-name"

0 commit comments

Comments
 (0)