-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMANIFEST.in
More file actions
34 lines (25 loc) · 728 Bytes
/
MANIFEST.in
File metadata and controls
34 lines (25 loc) · 728 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
# This is used by setuptools' sdist command.
# See: https://packaging.python.org/guides/using-manifest-in/
graft docs
graft src
graft ci
graft tests
exclude devutils.sh .python-version
include .bumpversion.cfg
include .coveragerc
include .cookiecutterrc
include .editorconfig
include AUTHORS.rst
include CHANGELOG.rst
include CONTRIBUTING.rst
include LICENSE.txt
include README.rst
include requirements-before-bonobo.txt
include pyproject.toml
include tox.ini .travis.yml .readthedocs.yml .pre-commit-config.yaml
include pytest.ini
recursive-include src *.py
recursive-include etl input.csv
recursive-include etl *.toml
recursive-include etl *.txt
global-exclude *.py[cod] __pycache__/* *.so *.dylib .env .secrets.toml