Skip to content

Commit

Permalink
Update reference to gis_metadata_parser to use hyphens
Browse files Browse the repository at this point in the history
  • Loading branch information
dharvey-consbio committed Jul 8, 2020
1 parent a92c3ab commit c6e4977
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ modification, are permitted provided that the following conditions are met:
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.

* Neither the name of gis_metadata_parser nor the names of its
* Neither the name of gis-metadata-parser nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# gis_metadata_parser
# gis-metadata-parser

XML parsers for GIS metadata that are designed to read in, validate, update and output a core set of properties that have been mapped between the most common standards, currently:

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ def run(self):


setup(
name='gis_metadata_parser',
name='gis-metadata-parser',
description='Parser for GIS metadata standards including FGDC and ISO-19115',
long_description=long_description,
long_description_content_type='text/markdown',
keywords='arcgis,fgdc,iso,ISO-19115,ISO-19139,gis,metadata,parser,xml,gis_metadata,gis_metadata_parser',
version='1.2.2',
version='1.2.3',
packages=[
'gis_metadata', 'gis_metadata.tests'
],
Expand Down

0 comments on commit c6e4977

Please sign in to comment.