-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 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.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|
@@ -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=[]) | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|