File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33<a href =" https://pepy.tech/projects/non-latin-locales " >
44 <img height=31 src="https://img.shields.io/pepy/dt/non-latin-locales?logo=weightsandbiases&color=af68ff&logoColor=white&labelColor=464646&style=for-the-badge"></img></a>
5- <a href =" https://github.com/adamlui/python-utils/releases/tag/non-latin-locales-1.0.0 " >
6- <img height=31 src="https://img.shields.io/badge/Latest_Build-1.0.0 -32fcee.svg?logo=icinga&logoColor=white&labelColor=464646&style=for-the-badge"></a>
5+ <a href =" https://github.com/adamlui/python-utils/releases/tag/non-latin-locales-1.0.1 " >
6+ <img height=31 src="https://img.shields.io/badge/Latest_Build-1.0.1 -32fcee.svg?logo=icinga&logoColor=white&labelColor=464646&style=for-the-badge"></a>
77<a href =" https://github.com/adamlui/python-utils/blob/main/non-latin-locales/docs/LICENSE.md " >
88 <img height=31 src="https://img.shields.io/badge/License-MIT-f99b27.svg?logo=internetarchive&logoColor=white&labelColor=464646&style=for-the-badge"></a>
99<a href =" https://www.codefactor.io/repository/github/adamlui/python-utils " >
1313
1414> ### _ ISO 639-1 (2-letter) codes for non-Latin locales requiring advanced Unicode support._
1515
16- It's just a [ JSON file] ( https://github.com/adamlui/python-utils/blob/non-latin-locales-1.0.0 /non-latin-locales/src/non_latin_locales/non_latin_locales.json ) , so you can use it in any environment.
16+ It's just a [ JSON file] ( https://github.com/adamlui/python-utils/blob/non-latin-locales-1.0.1 /non-latin-locales/src/non_latin_locales/non_latin_locales.json ) , so you can use it in any environment.
1717
1818## Installation
1919
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
77
88[project ]
99name = " non-latin-locales"
10- version = " 1.0.0 "
10+ version = " 1.0.1 "
1111description = " ISO 639-1 (2-letter) codes for non-Latin locales requiring advanced Unicode support"
1212authors = [
1313 { name = " Adam Lui" , email = " adam@kudoai.com" },
@@ -64,7 +64,7 @@ classifiers = [
6464]
6565
6666[project .urls ]
67- Changelog = " https://github.com/adamlui/python-utils/releases/tag/non-latin-locales-1.0.0 "
67+ Changelog = " https://github.com/adamlui/python-utils/releases/tag/non-latin-locales-1.0.1 "
6868Documentation = " https://github.com/adamlui/python-utils/tree/main/non-latin-locales/docs"
6969Funding = " https://github.com/sponsors/adamlui"
7070Homepage = " https://github.com/adamlui/python-utils/tree/main/non-latin-locales/#readme"
@@ -81,7 +81,11 @@ dev = [
8181]
8282
8383[tool .setuptools .packages .find ]
84- where = [" src" ]
84+ where = [
85+ " src" ,
86+ ]
8587
8688[tool .setuptools .package-data ]
87- "non_latin_locales" = [" non_latin_locales.json" ]
89+ non_latin_locales = [
90+ " non_latin_locales.json" ,
91+ ]
You can’t perform that action at this time.
0 commit comments