added distutils tasks to paver

This commit is contained in:
fawce
2012-02-08 16:14:10 -05:00
parent ef39dae85a
commit 1e0cd5784e
3 changed files with 8 additions and 3 deletions
+2
View File
@@ -1,4 +1,6 @@
import os
from setuptools import setup, find_packages
if os.path.exists("paver-minilib.zip"):
import sys
sys.path.insert(0, "paver-minilib.zip")