Skip to content

Commit

Permalink
Add metadata.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
garnertb committed Jan 21, 2015
1 parent 65490f9 commit deaa760
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions geopdf/metadata.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# -*- coding: utf-8 -*-

package = 'geopdf'
project = "GeoPDF"
project_no_spaces = project.replace(' ', '')
version = '0.1'
description = 'Adds GeoPDF functionality to ReportLab.'
authors = ['Tyler Garner']
authors_string = ', '.join(authors)
emails = ['garnertb@gmail.com']
license = 'MIT'
copyright = '2015 ' + authors_string
url = 'http://garnertb.io/'

0 comments on commit deaa760

Please sign in to comment.