dinoboff / github-tools

Helpers for hosting python projects on GitHub

This URL has Read+Write access

github-tools / setup.py
100644 8 lines (6 sloc) 0.148 kb
1
2
3
4
5
6
7
8
import os
if os.path.exists("paver-minilib.zip"):
    import sys
    sys.path.insert(0, "paver-minilib.zip")
 
import paver.tasks
paver.tasks.main()