Skip to content

Commit

Permalink
Add missing package configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
eillarra committed May 5, 2018
1 parent 07a8a81 commit bbceb8d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name='irekia',
version='0.1.1',
version='0.1.2',
author='eillarra',
author_email='eneko@illarra.com',
license='MIT',
Expand All @@ -19,6 +19,7 @@
},
description='Python client for the Open Data Euskadi REST API.',
long_description=long_description,
long_description_content_type='text/markdown',
keywords='opendata api euskadi',
classifiers=[
'Development Status :: 3 - Alpha',
Expand Down

0 comments on commit bbceb8d

Please sign in to comment.