Skip to content

Commit

Permalink
Add MANIFEST.in (nilearn#1353)
Browse files Browse the repository at this point in the history
Adds the `MANIFEST.in` file to include various non-code files in
packages (e.g. `sdist`s) as needed.
  • Loading branch information
jakirkham authored and lesteve committed Dec 29, 2016
1 parent eafbea8 commit dd582cf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
include AUTHORS.rst
include LICENSE
include README.rst

0 comments on commit dd582cf

Please sign in to comment.