-
Notifications
You must be signed in to change notification settings - Fork 0
/
MANIFEST.in
30 lines (26 loc) · 904 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
include MANIFEST.in
include LICENSE
include setup.py
include *.txt
include *.rst
include *.ini
include .bumpversion.cfg
include .coveragerc
include .pylintrc
recursive-include tests *.txt *.py *.ini
recursive-include tasks *.py *.txt *.rst
recursive-include py.requirements *.txt
# MAYBE: recursive-include tasks/ *.py *.zip
# include click_configfile.py
# PREPARED: recursive-include click_configfile *.py
# PREPARED: include *.cmd
# PREPARED: recursive-include bin *.py *.cmd *.zip
# PREPARED: recursive-include docs *.py *.rst *.txt *.css *.json *.in make.bat
# PREPARED: include docs/Makefile
# MAYBE: include bin/behave
# MAYBE: recursive-include features *.feature *.py *.txt
# MAYBE: recursive-include lib *.py *.pth *.zip *.egg
recursive-exclude _* *.*
recursive-exclude .git *.*
recursive-exclude .tox *.*
recursive-exclude .venv* *.*