Skip to content
This repository has been archived by the owner on Jun 6, 2023. It is now read-only.

Commit

Permalink
Update version and upload to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
grst committed Apr 1, 2017
1 parent c322221 commit c1fb1d1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion geos/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<li class="active"><a href="#" data-width="297" data-height="210">A4 landscape</a></li>
<li><a href="#" data-width="210" data-height="297">A4 portrait</a></li>
<li><a href="#" data-width="420" data-height="297">A3 landscape</a></li>
<li><a href="#" data-width="210" data-height="420">A4 portrait</a></li>
<li><a href="#" data-width="210" data-height="420">A3 portrait</a></li>
</ul>
</li>
<li class="dropdown">
Expand Down
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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='[email protected]',
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'
Expand Down

0 comments on commit c1fb1d1

Please sign in to comment.