Skip to content

Commit

Permalink
tagging 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
tomerfiliba committed May 11, 2012
1 parent 4871548 commit 81f3487
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
include LICENSE
include README.rst
3 changes: 3 additions & 0 deletions build.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ class BuildProject(cli.Application):

def main(self):
delete(local.cwd // "*.egg-info", "build", "dist")

if self.upload:
local.python("setup.py", "register")

local.python("setup.py", "sdist", "--formats=zip,gztar",
"upload" if self.upload else "")
Expand Down

0 comments on commit 81f3487

Please sign in to comment.