Skip to content

Commit 813166d

Browse files
lafrenierejmByron
authored andcommitted
Add MANIFEST.in to include LICENSE in distribution
From https://packaging.python.org/distributing/#manifest-in: > A "MANIFEST.in" is needed in certain cases where you need to package > additional files that python setup.py sdist (or bdist_wheel) don't > automatically include.
1 parent a36fbeb commit 813166d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

MANIFEST.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Include the license file
2+
include LICENSE

0 commit comments

Comments
 (0)