diff --git a/MANIFEST.in b/MANIFEST.in index a3063081..f47f84f6 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,5 @@ include CONTRIBUTING.rst +include HISTORY.rst include LICENSE include README.rst diff --git a/build-tools/build-for-pypi.sh b/build-tools/build-for-pypi.sh new file mode 100755 index 00000000..4f9db895 --- /dev/null +++ b/build-tools/build-for-pypi.sh @@ -0,0 +1,7 @@ +#!/bin/sh +# Packaging +cd ..;sudo python setup.py sdist;sudo python setup.py install + +# Release +# python setup.py register +# python setup.py sdist upload