final modifications before 1.1.0 release

This commit is contained in:
Marc Claesen
2015-07-19 11:47:35 +02:00
parent 0732bf977b
commit 49a00755ec
+9
View File
@@ -21,3 +21,12 @@ sphinx-notebooks:
cd notebooks && python notebook2sphinx.py --outputs_dir_suffix _files
cp notebooks/*.rst docs/notebooks/notebooks/
cp -r notebooks/*_files docs/notebooks/notebooks/
wheel:
python setup.py bdist_wheel --universal
sdist:
python setup.py sdist
upload:
python setup.py sdist bdist_wheel upload