We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbee91a commit 6a5a0b9Copy full SHA for 6a5a0b9
1 file changed
setup.py
@@ -1,12 +1,12 @@
1
-from setuptools import setup
+from setuptools import setup, find_packages
2
3
setup(
4
name='vim-python-framework',
5
- version='0.1.0',
+ version='0.1.2',
6
description='A framework to easily create Vim plugins using Python',
7
author='David Kennedy S. Araujo',
8
author_email='software@davidkennedy.dev',
9
- packages=['vim_python_framework'],
+ packages=find_packages(),
10
install_requires=[],
11
entry_points={
12
'console_scripts': [
0 commit comments