Skip to content

Commit

Permalink
updates register.py to distrbute all zips and fixes #3
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse Pollak committed Feb 27, 2014
1 parent d2f2e3d commit 3f2d03e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Typical usage usually looks like this:

#!/usr/bin/env python
from mixpanel import Mixpanel
from mixpanel_async import AsynBufferedConsumer
from mixpanel_async import AsyncBufferedConsumer

mp = Mixpanel(YOUR_TOKEN, consumer=AsyncBufferedConsumer())

Expand Down
2 changes: 1 addition & 1 deletion register.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
with open('README.txt', 'w+') as f:
f.write(rst)

os.system("python setup.py register")
os.system("python setup.py register sdist bdist upload")
os.remove('README.txt')

0 comments on commit 3f2d03e

Please sign in to comment.