Skip to content

Commit bd32341

Browse files
committed
Add manifest for sdist
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent 51ad1df commit bd32341

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

MANIFEST.in

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
graft src
2+
3+
include *.LICENSE
4+
include NOTICE
5+
include *.ABOUT
6+
include *.toml
7+
include *.rst
8+
include setup.*
9+
include configure*
10+
include requirements*
11+
12+
global-exclude *.py[co] __pycache__ *.*~
13+

0 commit comments

Comments
 (0)