Files
zulip/tools/build-api-tarball
Luke Faraone a18d6ff9c7 Update build-api-tarball to use setup.py.
This comes at the expense of only functioning on the current working tree.

(imported from commit a92dd47f0cc4d47858c2ea678d86ceb9458a6fe5)
2013-02-01 15:52:29 -05:00

6 lines
81 B
Bash
Executable File

#!/bin/sh -x
cd api/
python setup.py sdist
echo API tarball written to api/dist