diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..e267daf --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1 @@ +include LICENSE.md diff --git a/setup.py b/setup.py index 7598cf9..1b4f6e9 100644 --- a/setup.py +++ b/setup.py @@ -43,4 +43,5 @@ "Topic :: Utilities", ], python_requires=">=3.6", + include_package_data=True, )