Skip to content

Commit

Permalink
Add manifest template and make sure all sub dirs are being included
Browse files Browse the repository at this point in the history
  • Loading branch information
OiNutter committed Apr 29, 2013
1 parent 2fb51e9 commit 80d2f8e
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
23 changes: 23 additions & 0 deletions MANIFEST
Expand Up @@ -11,6 +11,29 @@ rivets/paths.py
rivets/server.py
rivets/utils.py
rivets/version.py
rivets/assets/__init__.py
rivets/assets/asset.py
rivets/assets/asset_attributes.py
rivets/assets/bundled_asset.py
rivets/assets/processed_asset.py
rivets/assets/static_asset.py
rivets/caching/__init__.py
rivets/caching/file_store.py
rivets/engines/__init__.py
rivets/engines/registry.py
rivets/mime/__init__.py
rivets/mime/registry.py
rivets/processing/__init__.py
rivets/processing/charset_normalizer.py
rivets/processing/cssmin_compressor.py
rivets/processing/directive_processor.py
rivets/processing/processor.py
rivets/processing/registry.py
rivets/processing/rjsmin_compressor.py
rivets/processing/safety_colons.py
rivets/processing/slimit_compressor.py
rivets/processing/slimmer_compressors.py
rivets/processing/uglipyjs_compressor.py
test/test_asset.py
test/test_asset_attributes.py
test/test_caching.py
Expand Down
1 change: 1 addition & 0 deletions MANIFEST.in
@@ -0,0 +1 @@
recursive-include rivets *.py

0 comments on commit 80d2f8e

Please sign in to comment.