Skip to content

Commit c92b0f5

Browse files
committed
updating manifest to work with conda forge
1 parent 5172e07 commit c92b0f5

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ share/python-wheels/
2424
*.egg-info/
2525
.installed.cfg
2626
*.egg
27-
MANIFEST
27+
#MANIFEST
2828

2929
# PyInstaller
3030
# Usually these files are written by a python script from a template

MANIFEST

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
include HISTORY.rst
2+
include LICENSE
3+
include README.md
4+
5+
recursive-include tests *
6+
recursive-exclude * __pycache__
7+
recursive-exclude * *.py[co]
8+
9+
recursive-include docs *.rst *.py Makefile make.bat *.jpg *.png *.gif

0 commit comments

Comments
 (0)