Skip to content

Commit 24dd426

Browse files
committed
include more stuff in sdist archive
1 parent 275468b commit 24dd426

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

MANIFEST.in

+13
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,15 @@
11
include Readme.rst
22
include LICENSE
3+
recursive-include certs *
4+
recursive-include tests *
5+
recursive-include examples *
6+
global-exclude */.svn/*
7+
global-exclude */.idea/*
8+
global-exclude *.class
9+
global-exclude *.pyc
10+
global-exclude *.pyo
11+
global-exclude *.coverage
12+
global-exclude .git
13+
global-exclude .gitignore
14+
global-exclude .tox
15+
global-exclude __pycache__

0 commit comments

Comments
 (0)