diff --git a/geos/templates/index.html b/geos/templates/index.html
index 97ad617..b2d71aa 100644
--- a/geos/templates/index.html
+++ b/geos/templates/index.html
@@ -68,7 +68,7 @@
A4 landscape
A4 portrait
A3 landscape
- A4 portrait
+ A3 portrait
diff --git a/setup.py b/setup.py
index b63df93..e08f478 100644
--- a/setup.py
+++ b/setup.py
@@ -3,13 +3,14 @@
setup(
name='geos',
- version='0.1.1',
+ version='0.2.0',
packages=find_packages(),
- description='Server for displaying tiled maps in Google Earth',
+ description='Map server to view, measure and print maps in a web browser'
+ 'and to display maps as an overlay in google earth.',
author='Gregor Sturm',
author_email='mail@gregor-sturm.de',
url='https://github.com/grst/geos', # use the URL to the github repo
- keywords=['maps', 'google earth', 'overlay'], # arbitrary keywords
+ keywords=['maps', 'google earth', 'overlay', 'map printing'], # arbitrary keywords
license='GPLv3',
install_requires=[
'flask', 'lxml'