Skip to content

Commit

Permalink
Fix setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ymyzk committed Sep 28, 2015
1 parent e1e7f13 commit 4eba8e9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@
except ImportError:
from distutils.core import setup

from gyazo import __version__


__author__ = 'Yusuke Miyazaki <miyazaki.dev@gmail.com>'
__version__ = '0.9.0'

install_requires = [
'Jinja2>=2.8',
Expand Down

0 comments on commit 4eba8e9

Please sign in to comment.