Skip to content

Commit

Permalink
Fix manifest and tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
pllim committed Oct 12, 2023
1 parent 97333d8 commit 2223fcd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
include README.rst
include CHANGES.rst
include setup.cfg
include pyproject.toml

exclude benchmarks.py
exclude inside.png

recursive-include *.c
recursive-include src *.c
recursive-include docs *
recursive-include licenses *

Expand Down
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ extras =
commands =
pip freeze
!cov: pytest --pyargs spherical_geometry {toxinidir}/docs {posargs}
cov: pytest --pyargs spherical_geometry {toxinidir}/docs --cov spherical_geometry --cov-config={toxinidir}/setup.cfg {posargs}
cov: coverage xml -o {toxinidir}/coverage.xml
cov: pytest --pyargs spherical_geometry {toxinidir}/docs --cov spherical_geometry --cov-config={toxinidir}/pyproject.toml --cov-report xml:{toxinidir}/coverage.xml {posargs}

[testenv:codestyle]
skip_install = true
Expand Down

0 comments on commit 2223fcd

Please sign in to comment.