Skip to content

Commit fbee91a

Browse files
Add author information to package metadata
1 parent 250f746 commit fbee91a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
name='vim-python-framework',
55
version='0.1.0',
66
description='A framework to easily create Vim plugins using Python',
7-
author='Your Name',
8-
author_email='your.email@example.com',
7+
author='David Kennedy S. Araujo',
8+
author_email='software@davidkennedy.dev',
99
packages=['vim_python_framework'],
1010
install_requires=[],
1111
entry_points={

0 commit comments

Comments
 (0)