Skip to content
This repository has been archived by the owner on May 1, 2021. It is now read-only.

Commit

Permalink
Add missing MANIFEST files and .gitignore for .pyc files
Browse files Browse the repository at this point in the history
  • Loading branch information
Jared Kuolt committed Sep 26, 2009
1 parent e250c58 commit 0ce47e9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.pyc
3 changes: 3 additions & 0 deletions MANIFEST
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
setup.py
staticgenerator/__init__.py
staticgenerator/middleware.py
3 changes: 3 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
include LICENSE
include CHANGELOG.txt
include README

0 comments on commit 0ce47e9

Please sign in to comment.