-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathMANIFEST.in
More file actions
35 lines (29 loc) · 760 Bytes
/
MANIFEST.in
File metadata and controls
35 lines (29 loc) · 760 Bytes
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
exclude *.pyc *~ *.so .DS_Store
include .bumpversion.cfg
include .editorconfig
include .gitignore
include .travis.yml
include appveyor.yml
include CHANGELOG.md
include CLASSIFIERS.txt
include CODE_OF_CONDUCT.md
include COPYING.md
include LICENSE.txt
include PKG-INFO
include README.rst
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
recursive-include pythonpy *
recursive-include requirements *.txt
recursive-include tests *.py *.jpg *.png *.toml *.json
exclude .noxresults.json
recursive-exclude pythonpy *.pyc *~ *.so .DS_Store
recursive-exclude requirements *.pyc *~ *.so .DS_Store
recursive-exclude tests *.pyc *~ *.so .DS_Store