Include get_messages call in tarball.

(imported from commit ed030c97ba3c34a72eb7ced867c20d1a7c315159)
This commit is contained in:
Luke Faraone 2013-04-09 12:53:35 -07:00
parent 8e1268c8fa
commit 80e452af82
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
cd api/
# Strip out non-send_message bindings.
perl -i.bak -ne 'print if !m/Client._register/ ||m/send_message/' humbug/__init__.py
perl -i.bak -ne 'print if !m/Client._register/ ||m/send_message/ ||m/get_messages/' humbug/__init__.py
python setup.py sdist
mv humbug/__init__.py.bak humbug/__init__.py
echo API tarball written to api/dist