Skip to content

Commit

Permalink
Release to PyPI (v0.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
hongquan committed Mar 1, 2020
1 parent b99f480 commit 39e9ebe
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <gso_vn_>`_ (Tổng cục Thống kê).

Expand Down Expand Up @@ -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).


Expand Down
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <ng.hong.quan@gmail.com>"]
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',
Expand Down

0 comments on commit 39e9ebe

Please sign in to comment.