Skip to content

Commit

Permalink
Version 0.3 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
bcongdon committed Feb 6, 2017
1 parent 790d396 commit 0e35e80
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# python-emojipedia
[![Build Status](https://travis-ci.org/bcongdon/python-emojipedia.svg?branch=master)](https://travis-ci.org/benjamincongdon/python-emojipedia)
[![Code Climate](https://codeclimate.com/github/benjamincongdon/python-emojipedia/badges/gpa.svg)](https://codeclimate.com/github/benjamincongdon/python-emojipedia)
[![PyPI version](https://badge.fury.io/py/emojipedia.svg)](https://badge.fury.io/py/emojipedia)
[![Build Status](https://travis-ci.org/bcongdon/python-emojipedia.svg?branch=master)](https://travis-ci.org/bcongdon/python-emojipedia)
[![Code Climate](https://codeclimate.com/github/bcongdon/python-emojipedia/badges/gpa.svg)](https://codeclimate.com/github/bcongdon/python-emojipedia)
[![PyPI version](https://badge.fury.io/py/Emojipedia.svg)](https://badge.fury.io/py/Emojipedia)
>Emoji data from Emojipedia :sunglasses:
## Installation:
Expand Down
10 changes: 8 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,21 @@

setup(name='Emojipedia',
packages=['emojipedia'],
version='0.2',
version='0.3',
description='Emoji data from Emojipedia',
author='Benjamin Congdon',
author_email='[email protected]',
license='MIT',
url='https://github.com/benjamincongdon',
download_url='https://github.com/benjamincongdon/' +
'python-emojipedia/tarball/0.2',
keywords=['emoji', 'emojipedia'],
classifiers=['Programming Language :: Python :: 2.7',
classifiers=['Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Topic :: Communications :: Chat',
'Topic :: Text Processing',
'Topic :: Utilities'],
Expand Down

0 comments on commit 0e35e80

Please sign in to comment.