Skip to content

Commit 50ebb0d

Browse files
committed
Add: MANIFEST.in to include LICENSE and NOTICE in source distribution
1 parent ec6779b commit 50ebb0d

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

MANIFEST.in

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
include LICENSE
2+
include NOTICE
3+
include README.md
4+
recursive-include src *
5+
recursive-include tests *
6+
recursive-include benchmarks *

0 commit comments

Comments
 (0)