Skip to content

Commit

Permalink
FIX repo name in metadata and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksonllee committed May 15, 2022
1 parent 8fa648a commit bcd3d49
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ major/minor/micro version numbers like `05` (it'd have to be just `5`).
### Fixed
### Security

## [2022.5.16]
### Fixed
* Corrected repo name in package metadata and documentation.

## [2022.5.15]

* First release!
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,12 +233,12 @@ e.g., [`dataclasses.asdict`](https://docs.python.org/3/library/dataclasses.html#
## Links

* Author: [Jackson L. Lee](https://jacksonllee.com)
* Source code: https://github.com/jacksonllee/python-iso639
* Source code: https://github.com/jacksonllee/iso639

## License and Data Source

The `python-iso639` code is released under an Apache 2.0 license.
Please see [LICENSE.txt](https://github.com/jacksonllee/python-iso639/blob/main/LICENSE.txt)
Please see [LICENSE.txt](https://github.com/jacksonllee/iso639/blob/main/LICENSE.txt)
for details.

The data source that backs this package is the
Expand All @@ -256,4 +256,4 @@ but what if you want a more lightweight package with just the language codes onl

If you ever notice that the upstream ISO 639-3 tables from SIL have been updated
and yet this package isn't using the latest data,
please ping me by [opening a GitHub issue](https://github.com/jacksonllee/python-iso639/issues).
please ping me by [opening a GitHub issue](https://github.com/jacksonllee/iso639/issues).
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "python-iso639"
version = "2022.5.15"
version = "2022.5.16"
description = "Look-up utilities for ISO 639 language codes and names"
readme = "README.md"
requires-python = ">= 3.7"
Expand Down Expand Up @@ -33,8 +33,8 @@ classifiers = [
]

[project.urls]
source = "https://github.com/jacksonllee/python-iso639"
tracker = "https://github.com/jacksonllee/python-iso639/issues"
source = "https://github.com/jacksonllee/iso639"
tracker = "https://github.com/jacksonllee/iso639/issues"

[tool.setuptools.packages.find]
where = [ "src" ]
Expand Down

0 comments on commit bcd3d49

Please sign in to comment.