Skip to content

Commit

Permalink
Fix for conda-forge package (#930)
Browse files Browse the repository at this point in the history
* Added meta.yaml for conda packaging.

* Ready to merge with master branch.

* Succeeded in creating a conda package.

* Modified MANIFEST.in to make the conda-forge package.

In order to fix this I followed the issue astropy/astropy-helpers#221 and the MANIFEST.in from astroquery.

* Deleted meta.yaml because it's not necessary anymore
  • Loading branch information
epassaro authored and wkerzendorf committed May 13, 2019
1 parent 1bb044f commit c23cfb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ prune docs/_build
prune docs/api

recursive-include astropy_helpers *
recursive-include astropy_helpers/astropy_helpers.egg-info *
exclude astropy_helpers/.git
exclude astropy_helpers/.gitignore

Expand Down

0 comments on commit c23cfb2

Please sign in to comment.