Skip to content

Commit

Permalink
Updated setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
i2y committed Dec 3, 2014
1 parent 6b50cbb commit 42de8c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mochi/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__author__ = 'Yasushi Itoh'
__version__ = '0.0.4.5'
__version__ = '0.0.4.6'
__license__ = 'MIT License'


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
from setuptools import setup, find_packages

from mochi import __author__, __version__, __license__, IS_PYTHON_34
import codecs

install_requires = ['rply>=0.7.2',
'pyrsistent>=0.6.3',
'greenlet>=0.4.5',
'eventlet>=0.15.2']

if not IS_PYTHON_34:
Expand Down

0 comments on commit 42de8c3

Please sign in to comment.