Skip to content

Commit

Permalink
Bugfix setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
daberer committed Jan 27, 2025
1 parent 3f0de43 commit 1cd4546
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ exclude =
# PDF = ReportLab; RXP
# Add here test requirements (semicolon/line-separated)

testing =
pytest
pytest-cov

[options.entry_points]
# Add here console scripts like:
# console_scripts =
Expand All @@ -59,9 +63,7 @@ exclude =
# awesome = pyscaffoldext.awesome.extension:AwesomeExtension

# Add here test requirements (semicolon/line-separated)
testing =
pytest
pytest-cov


[test]
# py.test options when running `python setup.py test`
Expand Down

0 comments on commit 1cd4546

Please sign in to comment.