Skip to content

Commit

Permalink
Declare all package data in setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed Feb 21, 2019
1 parent d1c72d2 commit de590a0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 25 deletions.
18 changes: 0 additions & 18 deletions astropy/setup_package.py

This file was deleted.

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

This file was deleted.

7 changes: 7 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,13 @@ test = pytest-astropy; pytest-xdist; pytest-mpl; objgraph; ipython; coverage; sk
all = scipy; h5py; beautifulsoup4; bleach; PyYAML; pandas; bintrees; sortedcontainers; pytz; jplephem; matplotlib>=2.0; scikit-image; mpmath; asdf>=2.3; bottleneck; ipython; pytest
docs = sphinx-astropy

[options.package_data]
astropy = astropy.cfg, CITATION, **/data/**/*
astropy.tests = coveragerc
astropy.utils.tests = data/.hidden_file.txt
astropy.wcs = include/*/*.h
astropy.wcs.tests = extension/*.c

[build_sphinx]
source-dir = docs
build-dir = docs/_build
Expand Down

0 comments on commit de590a0

Please sign in to comment.