Skip to content

Commit

Permalink
Version v0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
aditya chhabra committed Jun 22, 2021
1 parent 5d2e8e8 commit 13532f4
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

directory = path.abspath(path.dirname(__file__))

with open(path.join(directory, 'README.md'), encoding='utf-8') as f:
with open(path.join(directory, 'README.md')) as f:
long_description = f.read()

setup(
Expand All @@ -17,15 +17,15 @@
url='https://pypi.org/project/datagovindia/',
download_url = "https://github.com/addypy/datagovindia/",
license='MIT',
description="Python API-wrapper for Government of India’s Open Government Data (OGD) platform - data.gov.in",
description='Python API wrapper for Government of India Open Government Data (OGD) platform data.gov.in',
long_description=long_description,
long_description_content_type='text/markdown',
classifiers=[
"License :: OSI Approved :: MIT License",
"Topic :: Database",
"Intended Audience :: Science/Research",
"Intended Audience :: Science/Research",
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
Expand All @@ -35,11 +35,10 @@
'Programming Language :: Python :: 3.8',
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Natural Language :: English",
"Operating System :: OS Independent",
"Operating System :: OS Independent",
],
keywords='india government opendata ogd ogd-india datagovin',
keywords='india government opendata ogd ogdindia datagovin',
install_requires=[
"requests",
"numpy",
Expand Down

0 comments on commit 13532f4

Please sign in to comment.