Skip to content

Commit

Permalink
Fixing setup.py version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Iury O. G. Figueiredo committed May 1, 2016
1 parent dde3761 commit 86c5459
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from os.path import join

setup(name="vy",
version="0.2",
version="0.0.1",
description="A vim-like in python made from scratch.",
packages=["vyapp",
"vyapp.plugins",
Expand All @@ -17,7 +17,15 @@
scripts=['vy'],
package_data={'vyapp': ['vyrc', join('vyapp', 'vyrc')]},
author="Iury O. G. Figueiredo",
author_email="[email protected]")
author_email="[email protected]",
url='https://github.com/iogf/vy',
download_url='https://github.com/iogf/vy/releases',
keywords=['vy', 'vi', 'vim', 'emacs', 'sublime', 'atom', 'nano', 'vim-like'],
classifiers=[])







Expand Down

0 comments on commit 86c5459

Please sign in to comment.