Skip to content

Commit 0b24d16

Browse files
authored
Include license file in source distribution (DistrictDataLabs#1092)
1 parent 66ac037 commit 0b24d16

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

MANIFEST.in

+3-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ include MANIFEST.in
99
include examples/*.ipynb
1010
include examples/*.md
1111

12+
include LICENSE.txt
13+
1214
graft docs
1315
prune docs/_build
1416

@@ -24,4 +26,4 @@ global-exclude *.py[co]
2426
global-exclude .ipynb_checkpoints
2527
global-exclude .DS_Store
2628
global-exclude .env
27-
global-exclude .coverage.*
29+
global-exclude .coverage.*

0 commit comments

Comments
 (0)