diff --git a/ReadMe.rst b/README.rst similarity index 100% rename from ReadMe.rst rename to README.rst diff --git a/make_doc.sh b/make_doc.sh deleted file mode 100755 index 0aee1415..00000000 --- a/make_doc.sh +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/sh -# -*- coding: utf-8 -*- - -rm -rf doc/build -mkdir doc/build -cd doc/build -git init - -sphinx-build -b html -d doctrees .. . -touch .nojekyll -echo "/doctrees/" > .gitignore - -git add . -git commit --message "Automatic generation" || echo -git push -f ../.. HEAD:gh-pages diff --git a/publish.sh b/publish.sh index fc848c3e..1025da77 100755 --- a/publish.sh +++ b/publish.sh @@ -17,9 +17,9 @@ git add ReadMe.rst doc/changes.rst git commit -m "Publish version $version" -cp -r doc COPYING* github +cp COPYING* github python setup.py sdist upload -rm -rf github/*.md github/doc github/COPYING* +rm -rf github/COPYING* echo "Break (Ctrl+c) here if something is wrong. Else, press enter" read foobar diff --git a/setup.py b/setup.py index c6778041..570cb243 100755 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ import subprocess import shutil import os.path -version = "1.11.1" +version = "1.12.0" def execute(*args):