Skip to content

Commit

Permalink
successfully converted to poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
DonHaul committed Oct 15, 2024
1 parent af86c4b commit e13aa26
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 32 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,12 @@ responses ="^0.10.15"
pytest = "^8.3.3"
pytest-cov = "^5.0.0"

[tool.coverage.run]
include = refextract/*.py

[tool.pytest.ini_options]
addopts = --cov=refextract --cov-report=term-missing:skip-covered

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
32 changes: 0 additions & 32 deletions setup.cfg

This file was deleted.

0 comments on commit e13aa26

Please sign in to comment.