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 c2a6af1 commit d82c4f8Copy full SHA for d82c4f8
1 file changed
MANIFEST.in
@@ -1,19 +1,25 @@
1
+graft docs
2
graft src
3
-include AUTHORS.rst
4
-include CHANGELOG.rst
5
-include README.md
6
-include MANIFEST.in
+# If you are encounter problems with .c file use
+# git update-index --assume-unchanged src/maicos/lib/*.c
7
8
-exclude example.ipynb
+include *.rst
+include LICENSE
9
+include versioneer.py
10
-prune tests
11
-prune developer
12
prune .tox
+prune developer
13
+prune examples
14
+prune tests
15
+prune benchmarks
16
17
exclude .gitattributes
18
exclude .gitignore
19
+exclude .coveragerc
20
+exclude .readthedocs.yml
21
+exclude .codecov.yml
22
exclude tox.ini
23
+exclude asv.conf.json
24
25
global-exclude *.py[cod] __pycache__/* *.so *.dylib
-
0 commit comments