diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0d20b64 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.pyc diff --git a/MANIFEST b/MANIFEST new file mode 100644 index 0000000..995a9c2 --- /dev/null +++ b/MANIFEST @@ -0,0 +1,3 @@ +setup.py +staticgenerator/__init__.py +staticgenerator/middleware.py diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..c8e3c03 --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,3 @@ +include LICENSE +include CHANGELOG.txt +include README \ No newline at end of file