We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01b7256 commit ca2b5f0Copy full SHA for ca2b5f0
setup.py
@@ -4,14 +4,12 @@
4
5
setup(name='Emojipedia',
6
packages=['emojipedia'],
7
- version='0.3.2',
+ version='0.3.3',
8
description='Emoji data from Emojipedia',
9
author='Benjamin Congdon',
10
author_email='[email protected]',
11
license='MIT',
12
url='https://github.com/benjamincongdon',
13
- download_url='https://github.com/benjamincongdon/' +
14
- 'python-emojipedia/tarball/0.2',
15
keywords=['emoji', 'emojipedia'],
16
classifiers=['Programming Language :: Python :: 2',
17
'Programming Language :: Python :: 2.6',
0 commit comments