update pygeoapi website (#99)
This commit is contained in:
Vendored
+1
-1
@@ -11,5 +11,5 @@ Package: python-pygeoapi
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}, ${python:Depends}, python-pkg-resources, python-click, python-flask, python-unicodecsv, python-yaml
|
||||
Suggests: python-elasticsearch, python-geojson
|
||||
Homepage: https://github.com/geopython/pygeoapi
|
||||
Homepage: https://pygeoapi.io
|
||||
Description: pygeoapi provides an API to geospatial data
|
||||
|
||||
@@ -31,7 +31,7 @@ metadata:
|
||||
url: https://creativecommons.org/licenses/by/4.0/
|
||||
provider:
|
||||
name: Organization Name
|
||||
url: https://github.com/geopython/pygeoapi
|
||||
url: https://pygeoapi.io
|
||||
contact:
|
||||
name: Lastname, Firstname
|
||||
position: Position Title
|
||||
|
||||
@@ -31,7 +31,7 @@ metadata:
|
||||
url: https://creativecommons.org/licenses/by/4.0/
|
||||
provider:
|
||||
name: Organization Name
|
||||
url: https://github.com/geopython/pygeoapi
|
||||
url: https://pygeoapi.io
|
||||
contact:
|
||||
name: Lastname, Firstname
|
||||
position: Position Title
|
||||
|
||||
+1
-1
@@ -31,7 +31,7 @@ metadata:
|
||||
url: https://creativecommons.org/licenses/by/4.0/
|
||||
provider:
|
||||
name: Organization Name
|
||||
url: https://github.com/geopython/pygeoapi
|
||||
url: https://pygeoapi.io
|
||||
contact:
|
||||
name: Lastname, Firstname
|
||||
position: Position Title
|
||||
|
||||
@@ -51,7 +51,7 @@
|
||||
</main>
|
||||
<footer class="row bottom">
|
||||
<div class="col-sm-12 col-md-10 col-md-offset-1">
|
||||
Powered by <a title="pygeoapi" href="https://github.com/geopython/pygeoapi">pygeoapi</a> {{ version }}
|
||||
Powered by <a title="pygeoapi" href="https://pygeoapi.io">pygeoapi</a> {{ version }}
|
||||
</div>
|
||||
</footer>
|
||||
{% block extrafoot %}
|
||||
|
||||
@@ -155,7 +155,7 @@ setup(
|
||||
author_email='tomkralidis@gmail.com',
|
||||
maintainer='Tom Kralidis',
|
||||
maintainer_email='tomkralidis@gmail.com',
|
||||
url='https://github.com/geopython/pygeoapi',
|
||||
url='https://pygeoapi.io',
|
||||
install_requires=read('requirements.txt').splitlines(),
|
||||
packages=find_packages(exclude=['pygeoapi.tests']),
|
||||
include_package_data=True,
|
||||
|
||||
@@ -31,7 +31,7 @@ metadata:
|
||||
url: https://creativecommons.org/licenses/by/4.0/
|
||||
provider:
|
||||
name: Organization Name
|
||||
url: https://github.com/geopython/pygeoapi
|
||||
url: https://pygeoapi.io
|
||||
contact:
|
||||
name: Lastname, Firstname
|
||||
position: Position Title
|
||||
|
||||
@@ -68,7 +68,7 @@ info:
|
||||
contact:
|
||||
email: you@example.org
|
||||
name: Organization Name
|
||||
url: https://github.com/geopython/pygeoapi
|
||||
url: https://pygeoapi.io
|
||||
description: pygeoapi provides an API to geospatial data
|
||||
license:
|
||||
name: CC-BY 4.0 license
|
||||
|
||||
Reference in New Issue
Block a user