Skip to content
This repository was archived by the owner on Aug 8, 2020. It is now read-only.

Commit d19ea85

Browse files
author
Tonye Jack
committed
Added MANIFEST.in
1 parent 0eeaea1 commit d19ea85

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

MANIFEST.in

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
recursive-include check_constraint *.py *.html
2+
recursive-exclude demo *
3+
4+
include *.md
5+
exclude *.png
6+
exclude .envrc.example
7+
include *.py
8+
include *.txt
9+
include *.yaml
10+
exclude .bumpversion.cfg
11+
exclude .pre-commit-config.yaml
12+
exclude .coveragerc
13+
include LICENSE
14+
exclude Makefile
15+
exclude noxfile.py
16+
exclude demo
17+
exclude .github
18+
exclude .github/workflows/check_constraints.yml
19+
exclude .github/workflows/pythonpublish.yml
20+
exclude .github/workflows/release.yml
21+
exclude .github/FUNDING.yml
22+
exclude .pypirc

0 commit comments

Comments
 (0)