diff --git a/ChangeLog.md b/ChangeLog.md new file mode 100644 index 0000000..432c3d5 --- /dev/null +++ b/ChangeLog.md @@ -0,0 +1,5 @@ +micov ChangeLog +===================== + +micov 0.0.1-dev +--------------- diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..31414b9 --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,12 @@ +include README.md +include LICENSE +include ChangeLog.md + +graft micov + +global-exclude *.pyc +global-exclude *.pyo +global-exclude .git +global-exclude *.c +global-exclude *.so +global-exclude .*.swp