Add missing files
This commit is contained in:
parent
d56ab8cea2
commit
a8de414015
@ -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
7
build-tools/build-for-pypi.sh
Executable 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
|
||||||
Loading…
x
Reference in New Issue
Block a user