diff --git a/MANIFEST.in b/MANIFEST.in index 69431cc7..9d7e0ea1 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,2 +1,2 @@ recursive-include sphinx_js/templates *.rst - +include LICENSE diff --git a/setup.cfg b/setup.cfg index 7c2b2874..c2d7a6fc 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,2 +1,5 @@ [bdist_wheel] -universal = 1 \ No newline at end of file +universal = 1 + +[metadata] +license_files = LICENSE