File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 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 ]
44requires = [" setuptools>=61.0" , " wheel" ]
@@ -13,7 +13,7 @@ authors = [
1313 { name = " author-name" , email = " author-email" }
1414]
1515license = { file = " LICENSE" }
16- keywords = [" kw1 " , " kw2 " ]
16+ keywords = [" keyword1 " , " keyword2 " ]
1717
1818classifiers = [
1919 " License :: OSI Approved :: MIT License" ,
@@ -40,9 +40,6 @@ Download = "http://github.com/author-name/package-name/releases"
4040
4141[project .optional-dependencies ]
4242tests = [
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"
You can’t perform that action at this time.
0 commit comments