-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMANIFEST.in
43 lines (38 loc) · 891 Bytes
/
MANIFEST.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
global-include *.pyx
global-include *.pxd
global-include meson.build
global-exclude *.py[cod] __pycache__
global-exclude *.so *.dll *.dylib
global-exclude *.o
global-exclude *.swp
recursive-include special_functions *.py
recursive-include special_functions *.rst
recursive-include special_functions *.h
recursive-include special_functions *.c
recursive-include special_functions *.f
recursive-include special_functions *.mak
recursive-include special_functions *.rsp
include CHANGELOG.rst
include README.rst
include AUTHORS.txt
include LICENSE.txt
include requirements.txt
include pyproject.toml
exclude tox.ini
exclude environment.yml
exclude TODO.rst
exclude .cirrus.star
exclude .coverage
exclude .coveragerc
exclude .gitattributes
exclude .tokeignore
prune docs
prune tmp
prune conda-recipe
prune notebooks
prune examples
prune tests
prune tools
prune .git
prune .github
prune .tox