Skip to content

Commit

Permalink
Automatic packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
gdanezis committed Oct 10, 2016
1 parent 553eee4 commit 9ef3b8f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions fabfile.py
@@ -0,0 +1,7 @@
from fabric.api import env, sudo, run, settings, cd, local
from fabric.decorators import runs_once, roles, parallel
from fabric.tasks import execute

@runs_once
def package():
local("python setup.py sdist")

0 comments on commit 9ef3b8f

Please sign in to comment.