diff --git a/MANIFEST.in b/MANIFEST.in index 896ba96..8d9db0a 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,2 +1,3 @@ include mixins/templates/* include mixins/static/* +include README.md \ No newline at end of file diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 0000000..938e372 --- /dev/null +++ b/setup.cfg @@ -0,0 +1,11 @@ +[metadata] +name = mixins + +[options] +zip_safe = True +include_package_data = True + +[options.package_data] +mixins = templates/*, static/* +* = README.md +