Skip to content

Commit c036ac4

Browse files
authored
MAINTAIN: include license in source distributions (#37)
1 parent 147bac6 commit c036ac4

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
graft doc/
22
prune doc/_build
3+
include LICENSE

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
url="https://github.com/executablebooks/sphinx-thebe",
2424
license="MIT License",
2525
packages=find_packages(),
26+
include_package_data=True,
2627
package_data={
2728
"sphinx_thebe": ["_static/sphinx-thebe.css", "_static/sphinx-thebe.js",]
2829
},

0 commit comments

Comments
 (0)