Add missing files

This commit is contained in:
tzutalin 2017-05-03 19:18:56 +08:00
parent d56ab8cea2
commit a8de414015
2 changed files with 8 additions and 0 deletions

View File

@ -1,4 +1,5 @@
include CONTRIBUTING.rst include CONTRIBUTING.rst
include HISTORY.rst
include LICENSE include LICENSE
include README.rst include README.rst

7
build-tools/build-for-pypi.sh Executable file
View File

@ -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