diff --git a/README.rst b/README.rst index 858b888..fdde604 100644 --- a/README.rst +++ b/README.rst @@ -22,6 +22,9 @@ by their "goodness", so there might be more than one which is the best at least by some criteria. This tool presents exactly *all* best designs. +There is an official web frontend for kspalculator at: +https://kspalculator.appspot.com/. + Features -------- diff --git a/setup.py b/setup.py index 02e8d35..0e38bc8 100755 --- a/setup.py +++ b/setup.py @@ -3,9 +3,6 @@ import sys import setuptools -if 'upload' in sys.argv: - sys.exit('Not yet ready for uploading.') - if sys.version_info.major == 2: if sys.version_info < (2, 7): sys.exit('Python version not supported.') @@ -22,7 +19,7 @@ setuptools.setup( name='kspalculator', - version='0.9', + version='0.10', packages=['kspalculator'], url='https://github.com/aandergr/kspalculator', license='MIT',