Skip to content

Commit

Permalink
fixed setup
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideCanton committed Sep 16, 2024
1 parent 97fae5a commit e4d462a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ include = pytest_suggest*

[options.extras_require]
dev =
pytest-cov >=4.0.0
build
tox
pytest-cov >=4.0.0
build
tox

# code coverage configuration
# refer to https://coverage.readthedocs.io/en/latest/config.html
Expand All @@ -32,14 +32,14 @@ source = .

[coverage:report]
include =
pytest_suggest/**
pytest_suggest/**

[coverage:html]
directory = coverage

[options.entry_points]
console_scripts =
pytest-suggest = pytest_suggest.cli.suggest:main
pytest-suggest = pytest_suggest.cli.suggest:main

pytest11 =
suggest = pytest_suggest.plugin
suggest = pytest_suggest.plugin

0 comments on commit e4d462a

Please sign in to comment.