From 39e9ebe0158a396f80ebe27a76ce4b07f96a3f05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20H=E1=BB=93ng=20Qu=C3=A2n?= Date: Mon, 2 Mar 2020 02:08:38 +0700 Subject: [PATCH] Release to PyPI (v0.2) --- README.rst | 7 +++++++ pyproject.toml | 5 ++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index c0e9673..2eccdc5 100644 --- a/README.rst +++ b/README.rst @@ -2,6 +2,8 @@ VietnamProvinces ================ +.. image:: https://madewithlove.now.sh/vn?heart=true&colorA=%23ffcd00&colorB=%23da251d +.. image:: https://badgen.net/pypi/v/vietnam_provinces Library to provide list of Vietnam administrative divisions (tỉnh thành, quận huyện, phường xã) with the name and code as defined by `General Statistics Office of Viet Nam `_ (Tổng cục Thống kê). @@ -111,6 +113,11 @@ This is because of a difficult situation, where standard ``Enum`` is too slow to Install ------- +.. code-block:: sh + + pip3 install vietnam_provinces + + This library is compatible with Python 3.7+ (due to the use of dataclass). diff --git a/pyproject.toml b/pyproject.toml index 9f5057a..be789d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,9 +1,12 @@ [tool.poetry] name = "vietnam-provinces" -version = "0.1.0" +version = "0.2" description = "Library to provide list of Vietnam administrative divisions (tỉnh thành, quận huyện, phường xã)." authors = ["Nguyễn Hồng Quân "] +repository = "https://github.com/sunshine-tech/VietnamProvinces.git" readme = "README.rst" +license = "GPL-3.0-or-later" +keywords = ["Vietnam", "administrative", "division", "locality"] classifiers = [ 'Natural Language :: Vietnamese', 'Intended Audience :: Information Technology',