This repository has been archived by the owner on Jun 6, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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' | ||
|