-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMANIFEST.in
51 lines (45 loc) · 1.17 KB
/
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
44
45
46
47
48
49
50
51
exclude *.pyc *~ *.so .DS_Store
include .bumpversion.cfg
include .coveragerc
include .editorconfig
include .gitchangelog.rc
include .gitignore
include .landscape.yml
include .travis.yml
include appveyor.yml
include codecov.yml
include ABOUT.md
include CHANGELOG.md
include CLASSIFIERS.txt
include CODE_OF_CONDUCT.md
include COPYING.md
include LICENSE.txt
include README.md
include Makefile
include conftest.py
include mypy.ini
include noxfile.py
include pyproject.toml
include pytest.ini
include pytype.cfg
include setup.cfg
include setup.py
include tox.ini
recursive-include clu *
recursive-include docs *
recursive-include hooks *
recursive-include requirements *.txt
recursive-include scratch *.py *.ipynb
recursive-include tests *.py *.jpg *.png *.toml *.json .tm_properties
exclude .coverage
exclude .envrc
exclude .noxresults.json
exclude coverage.xml
recursive-exclude clu *.pyc *~ *.so .DS_Store
recursive-exclude docs *.pyc *~ *.so .DS_Store
recursive-exclude hooks *.pyc *~ *.so .DS_Store
recursive-exclude requirements *.pyc *~ *.so .DS_Store
recursive-exclude scratch *.pyc *~ *.so .DS_Store
recursive-exclude tests *.pyc *~ *.so .DS_Store
recursive-exclude docs _build *
graft docs