Skip to content

Commit

Permalink
Add setup.py to version control for readthedocs.org to work.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.flexget.com/trunk@3040 3942dd89-8c5d-46d7-aeed-044bccf3e60c
  • Loading branch information
gazpachoking committed Jul 26, 2012
1 parent 158a3ef commit 9e0f77f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -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 9e0f77f

Please sign in to comment.