File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 1
1
# python-emojipedia
2
- [ ![ Build Status] ( https://travis-ci.org/bcongdon/python-emojipedia.svg?branch=master )] ( https://travis-ci.org/benjamincongdon /python-emojipedia )
3
- [ ![ Code Climate] ( https://codeclimate.com/github/benjamincongdon /python-emojipedia/badges/gpa.svg )] ( https://codeclimate.com/github/benjamincongdon /python-emojipedia )
4
- [ ![ PyPI version] ( https://badge.fury.io/py/emojipedia .svg )] ( https://badge.fury.io/py/emojipedia )
2
+ [ ![ Build Status] ( https://travis-ci.org/bcongdon/python-emojipedia.svg?branch=master )] ( https://travis-ci.org/bcongdon /python-emojipedia )
3
+ [ ![ Code Climate] ( https://codeclimate.com/github/bcongdon /python-emojipedia/badges/gpa.svg )] ( https://codeclimate.com/github/bcongdon /python-emojipedia )
4
+ [ ![ PyPI version] ( https://badge.fury.io/py/Emojipedia .svg )] ( https://badge.fury.io/py/Emojipedia )
5
5
> Emoji data from Emojipedia :sunglasses :
6
6
7
7
## Installation:
Original file line number Diff line number Diff line change 4
4
5
5
setup (name = 'Emojipedia' ,
6
6
packages = ['emojipedia' ],
7
- version = '0.2 ' ,
7
+ version = '0.3 ' ,
8
8
description = 'Emoji data from Emojipedia' ,
9
9
author = 'Benjamin Congdon' ,
10
10
author_email = 'bcongdo2@illinois.edu' ,
11
+ license = 'MIT' ,
11
12
url = 'https://github.com/benjamincongdon' ,
12
13
download_url = 'https://github.com/benjamincongdon/' +
13
14
'python-emojipedia/tarball/0.2' ,
14
15
keywords = ['emoji' , 'emojipedia' ],
15
- classifiers = ['Programming Language :: Python :: 2.7' ,
16
+ classifiers = ['Programming Language :: Python :: 2' ,
17
+ 'Programming Language :: Python :: 2.6' ,
18
+ 'Programming Language :: Python :: 2.7' ,
19
+ 'Programming Language :: Python :: 3' ,
20
+ 'Programming Language :: Python :: 3.5' ,
21
+ 'Programming Language :: Python :: 3.6' ,
16
22
'Topic :: Communications :: Chat' ,
17
23
'Topic :: Text Processing' ,
18
24
'Topic :: Utilities' ],
You can’t perform that action at this time.
0 commit comments