Skip to content

Commit 93d17b9

Browse files
committed
s/generate/manage/g
1 parent fc351a1 commit 93d17b9

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

debian/control

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ Depends: ${python3:Depends},
2121
python3-owslib,
2222
python3-yaml,
2323
${misc:Depends}
24-
Description: Python package to generate metadata for geospatial datasets.
25-
pygeometa is a Python package to generate metadata for geospatial datasets.
24+
Description: Python package to manage metadata for geospatial datasets.
25+
pygeometa is a Python package to manage metadata for geospatial datasets.

docs/content/reference/mcf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,4 +442,4 @@ channel|Optional|channel/topic/exchange when link is a Pub/Sub endpoint|my/cool/
442442
Property Name|Mandatory/Optional|Description|Example|Reference
443443
-------------|------------------|-----------|-------|---------:
444444
scope.level|Optional|hierarchical level of the data specificed by the scope|dataset|ISO 19115:2003 Section B.2.4.5
445-
lineage.statement|Optional|general explanationn of the data producer's knowledge about the lineage of a dataset|this dataset was produced from a custom process against dataset xyz|ISO 19115:2003 Section B.2.4.2.1
445+
lineage.statement|Optional|general explanation of the data producer's knowledge about the lineage of a dataset|this dataset was produced from a custom process against dataset xyz|ISO 19115:2003 Section B.2.4.2.1

docs/mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
site_name: "pygeometa: Metadata Creation for the Rest of Us"
2-
site_description: pygeometa is a Python package to generate metadata for geospatial datasets
2+
site_description: pygeometa is a Python package to manage metadata for geospatial datasets
33
site_author: the pygeometa team
44
copyright: Copyright (c) 2015 - 2025 the pygeometa team
55
site_url: https://geopython.github.io/pygeometa

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def get_package_version():
9090

9191
LONG_DESCRIPTION = read('README.md')
9292

93-
DESCRIPTION = 'pygeometa is a Python package to generate metadata for geospatial datasets' # noqa
93+
DESCRIPTION = 'pygeometa is a Python package to manage metadata for geospatial datasets' # noqa
9494

9595
MANIFEST = Path('MANIFEST')
9696

0 commit comments

Comments
 (0)