Skip to content

Commit

Permalink
Merge pull request #303 from tomdonaldson/fix_release_build
Browse files Browse the repository at this point in the history
Add missing code and data files back to dist wheels.
  • Loading branch information
tomdonaldson authored Feb 18, 2022
2 parents 00da970 + 62d4b5d commit be7d043
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 60 deletions.
7 changes: 0 additions & 7 deletions pyvo/auth/tests/setup_package.py

This file was deleted.

23 changes: 0 additions & 23 deletions pyvo/dal/tests/setup_package.py

This file was deleted.

9 changes: 0 additions & 9 deletions pyvo/io/uws/tests/setup_package.py

This file was deleted.

11 changes: 0 additions & 11 deletions pyvo/io/vosi/tests/setup_package.py

This file was deleted.

7 changes: 0 additions & 7 deletions pyvo/registry/tests/setup_package.py

This file was deleted.

3 changes: 0 additions & 3 deletions pyvo/tests/setup_package.py

This file was deleted.

9 changes: 9 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ edit_on_github = False
github_project = astropy/pyvo

[options]
packages = find:
zip_safe = False
setup_requires = setuptools_scm
install_requires =
astropy>=4.0
Expand All @@ -44,6 +46,13 @@ test =
docs =
sphinx-astropy

[options.package_data]
pyvo.auth.tests = data/tap/*.xml
pyvo.io.uws.tests = data/*.xml
pyvo.io.vosi.tests = data/*.xml, data/tables/*.xml, data/capabilities/*.xml
pyvo.registry.tests = data/*.xml
pyvo.dal.tests = data/*.xml, data/*/*

[coverage:run]
omit =
pyvo/_astropy_init*
Expand Down

0 comments on commit be7d043

Please sign in to comment.