Skip to content

Commit

Permalink
Merge pull request #6 from shanosborne/remove-astropy-helpers
Browse files Browse the repository at this point in the history
Remove astropy-helpers
  • Loading branch information
shanosborne authored Jul 13, 2019
2 parents b25f236 + 2a78ce2 commit 5c86f2e
Show file tree
Hide file tree
Showing 13 changed files with 111 additions and 1,246 deletions.
6 changes: 6 additions & 0 deletions .eggs/README.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
This directory contains eggs that were downloaded by setuptools to build, test, and run plug-ins.

This directory caches those eggs to prevent repeated downloads.

However, it is safe to delete this directory.

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ sdist
develop-eggs
.installed.cfg
distribute-*.tar.gz
pip-wheel-metadata

# Other
.cache
Expand Down
4 changes: 0 additions & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +0,0 @@
[submodule "astropy_helpers"]
url = https://github.com/astropy/astropy-helpers.git
path = astropy_helpers
branch = refs/heads/v3.0.2
22 changes: 0 additions & 22 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
include README.rst
include CHANGES.rst

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

Expand All @@ -15,25 +14,4 @@ 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.

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 *
# include the sphinx stuff with "*" because there are css/html/rst/etc.
recursive-include astropy_helpers/astropy_helpers/sphinx *

prune astropy_helpers/build
prune astropy_helpers/astropy_helpers/tests


global-exclude *.pyc *.o
Loading

0 comments on commit 5c86f2e

Please sign in to comment.