Skip to content

Commit f1f6793

Browse files
authored
👌 IMPROVE: Include LICENSE in source distribution #19
* create MANIFEST.in with LICENSE * ensure package data ends up in package
1 parent 46712f7 commit f1f6793

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
include LICENSE

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,5 @@
3131
"myst-parser",
3232
],
3333
},
34+
include_package_data=True,
3435
)

0 commit comments

Comments
 (0)