forked from behave/behave
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MANIFEST.in
26 lines (26 loc) · 850 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
include README.rst
include CHANGES.rst
include MANIFEST.in
include LICENSE
include .coveragerc
include .editorconfig
include .pycheckrc
include pylintrc
include *.cfg
include *.ini
include *.rst
include *.txt
include bin/behave*
recursive-include bin *.py *.cmd *.sh *.zip
recursive-include behave4cmd0 *.py
recursive-include etc *.xsd *.txt *.json-schema
recursive-include docs *.rst *.txt *.css *.py *.html *.rst-* *.png Makefile
recursive-include docs/_themes *.html *.conf *.css *.css_t LICENSE*
recursive-include test *.py
recursive-include tools *.feature *.py *.yml *.sh
recursive-include features *.feature *.py *.txt
recursive-include issue.features *.feature *.py *.txt
recursive-include more.features *.feature *.py *.txt
recursive-include requirements *.txt
prune .tox
prune .venv*