Skip to content

Commit 51b8f02

Browse files
author
Tony Crisci
authored
Merge pull request #132 from jayvdb/sdist
MANIFEST.in: Fix tests, add examples and docs
2 parents dc21444 + 92d2dab commit 51b8f02

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

MANIFEST.in

+6
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
11
include README.rst LICENSE CHANGELOG.md pytest.ini requirements.txt .flake8 .style.yapf
2+
include Makefile
3+
include run-tests.py
24
recursive-include test *.py
5+
include test/i3.config
6+
recursive-include examples *.md
7+
recursive-include examples *.py
8+
recursive-include docs *.rst

0 commit comments

Comments
 (0)