Skip to content

Commit 9fb1cbb

Browse files
Add README
1 parent b0a89fe commit 9fb1cbb

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Python VIM plugin framework
2+
3+
A library that generates the needed stub to do VIM plugin in Python.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='vim-python-framework',
5-
version='0.1.1',
5+
version='0.1.0',
66
description='A framework to easily create Vim plugins using Python',
77
author='David Kennedy S. Araujo',
88
author_email='software@davidkennedy.dev',

0 commit comments

Comments
 (0)