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 11# 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 )
55> Emoji data from Emojipedia :sunglasses :
66
77## Installation:
Original file line number Diff line number Diff line change 44
55setup (name = 'Emojipedia' ,
66 packages = ['emojipedia' ],
7- version = '0.2 ' ,
7+ version = '0.3 ' ,
88 description = 'Emoji data from Emojipedia' ,
99 author = 'Benjamin Congdon' ,
101011+ license = 'MIT' ,
1112 url = 'https://github.com/benjamincongdon' ,
1213 download_url = 'https://github.com/benjamincongdon/' +
1314 'python-emojipedia/tarball/0.2' ,
1415 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' ,
1622 'Topic :: Communications :: Chat' ,
1723 'Topic :: Text Processing' ,
1824 'Topic :: Utilities' ],
You can’t perform that action at this time.
0 commit comments