Add missing files
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
include CONTRIBUTING.rst
|
include CONTRIBUTING.rst
|
||||||
|
include HISTORY.rst
|
||||||
include LICENSE
|
include LICENSE
|
||||||
include README.rst
|
include README.rst
|
||||||
|
|
||||||
|
|||||||
Executable
+7
@@ -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
|
||||||
Reference in New Issue
Block a user