Skip to content

Commit

Permalink
bangladesh v0.0.10"
Browse files Browse the repository at this point in the history
  • Loading branch information
Druvo committed May 8, 2021
1 parent a4cdfe1 commit e608e9c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ This package allows you to direct use those data into the python code.

:Author: zhdruvo (Zahid Hasan)
:License: MIT License
:Home Page: https://github.com/Druvo
:Home Page: https://github.com/Druvo/Bangladesh


Installing
----------
Expand Down
10 changes: 8 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ def get_long_description():
return f.read().decode('utf-8')


VERSION = '0.0.9'
VERSION = '0.0.10'
DESCRIPTION = 'A python package For Bangladesh information (District, Division, Thana, post code and etc)'

setup(
Expand All @@ -20,7 +20,13 @@ def get_long_description():
license='MIT License',
include_package_data=True,
package_data={'': ['data/*.json']},
url='https://github.com/Druvo',
url='https://github.com/Druvo/Bangladesh',
download_url='https://github.com/Druvo/Bangladesh/releases/',
project_urls={
'Documentation': 'https://github.com/Druvo/Bangladesh/blob/main/README.md',
'Source': 'https://github.com/Druvo/Bangladesh',
'Tracker': 'https://github.com/Druvo/Bangladesh/issues',
},
install_requires=[],
Platform='python',
keywords=['bangladesh', 'district', 'division', 'thana', 'upazilas'],
Expand Down

0 comments on commit e608e9c

Please sign in to comment.