Skip to content

Commit

Permalink
Ready for 0.2.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Steffen Macke committed Aug 20, 2013
1 parent 4d6a7f4 commit 0a7110c
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
*~
*.zip
*.py[cod]

# C extensions
Expand Down
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
dist-zip: elevation.zip

elevation.zip: *.py
cd ..;zip elevation/elevation.zip elevation/*.py elevation/*.png \
elevation/AUTHORS elevation/LICENSE elevation/metadata.txt \
elevation/Makefile elevation/README.md elevation/TODO
29 changes: 29 additions & 0 deletions metadata.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
; the next section is mandatory
[general]
name=Elevation
qgisMinimumVersion=1.8
description=Obtain and display elevation points using the Google Maps API
category=Vector
version=version 0.2.0
author=Steffen Macke
[email protected]
; end of mandatory metadata

; start of optional metadata
changelog=2013-08-20 Elevation 0.2.0:
Several updates and bug fixes

; tags are in comma separated value format, spaces are allowed
tags=elevation,point,click

; these metadata can be empty
homepage=http://polylinie.de/elevation/
tracker=https://github.com/sdteffen/qgis-elevation/issues
repository=https://github.com/sdteffen/qgis-elevation
icon=elevation_icon.png

; experimental flag
experimental=False

; deprecated flag (applies to the whole plugin and not only to the uploaded version)
deprecated=False

0 comments on commit 0a7110c

Please sign in to comment.