Skip to content

Commit

Permalink
Merge pull request #212 from sunpy/nabobalis-patch-1
Browse files Browse the repository at this point in the history
Fixed package
  • Loading branch information
Cadair authored Oct 22, 2019
2 parents f346a9a + 515b692 commit 0ac20e3
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 3 deletions.
29 changes: 26 additions & 3 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,35 @@
include ah_bootstrap.py
include CHANGELOG.rst
include LICENSE.rst
include licenses/*.rst
include pyproject.toml
include README.rst
include RELEASE.rst
include setup.py
include setup.cfg

recursive-include astropy_helpers *
exclude astropy_helpers/.*
# Include whole folders outside of ndcube/
recursive-include docs *
recursive-include examples *
recursive-include licenses *

# Remove built folders
prune build
prune docs/_build
prune docs/api

# Astropy Helpers
include astropy_helpers/README.rst
include astropy_helpers/CHANGES.rst
include astropy_helpers/LICENSE.rst
recursive-include astropy_helpers/licenses *

include astropy_helpers/ah_bootstrap.py

recursive-include astropy_helpers/astropy_helpers *.py *.pyx *.c *.h *.rst
recursive-include astropy_helpers/astropy_helpers.egg-info *

prune astropy_helpers/build
prune astropy_helpers/astropy_helpers/tests

# Globally exclude compiled files
global-exclude *.pyc *.o
1 change: 1 addition & 0 deletions changelog/212.bugfix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fixed the files included and excluded from the tarball.

0 comments on commit 0ac20e3

Please sign in to comment.