We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5172e07 commit c92b0f5Copy full SHA for c92b0f5
.gitignore
@@ -24,7 +24,7 @@ share/python-wheels/
24
*.egg-info/
25
.installed.cfg
26
*.egg
27
-MANIFEST
+#MANIFEST
28
29
# PyInstaller
30
# Usually these files are written by a python script from a template
MANIFEST
@@ -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