Skip to content

Commit

Permalink
MNT: Clean up manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
pllim committed Aug 6, 2018
1 parent a8a4b36 commit 8d24c96
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,21 +1,18 @@
include README.rst
include CHANGES.rst
include LICENSE.rst

include ah_bootstrap.py
include setup.cfg
include astrowidgets/tests/coveragerc

recursive-include astrowidgets *.pyx *.c *.pxd
recursive-include docs *
recursive-include licenses *
recursive-include cextern *
recursive-include scripts *

prune build
prune docs/_build
prune docs/api


# the next few stanzas are for astropy_helpers. It's derived from the
# astropy_helpers/MANIFEST.in, but requires additional includes for the actual
# package directory and egg-info.
Expand All @@ -35,5 +32,6 @@ recursive-include astropy_helpers/astropy_helpers/sphinx *
prune astropy_helpers/build
prune astropy_helpers/astropy_helpers/tests

# Miscellaneous

global-exclude *.pyc *.o

0 comments on commit 8d24c96

Please sign in to comment.