Skip to content

Commit

Permalink
Do not freeze & embed minilib
Browse files Browse the repository at this point in the history
  • Loading branch information
Almad committed Nov 28, 2010
1 parent c12d25f commit 0a8cde2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Binary file added paver-minilib.zip
Binary file not shown.
7 changes: 7 additions & 0 deletions setup.py
@@ -0,0 +1,7 @@
import os
if os.path.exists("paver-minilib.zip"):
import sys
sys.path.insert(0, "paver-minilib.zip")

import paver.tasks
paver.tasks.main()

0 comments on commit 0a8cde2

Please sign in to comment.