We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3640ffc commit 297efdaCopy full SHA for 297efda
setup.py
@@ -2,14 +2,17 @@
2
3
setup(
4
name='not_gitmodules',
5
- version='0.1.3',
+ version='0.1.3.1',
6
packages=find_packages(),
7
license='Custom License',
8
entry_points={
9
'console_scripts': [
10
'not_gitmodules=not_gitmodules.cli:cli',
11
],
12
},
13
+ install_requires=[
14
+ 'pyyaml',
15
+ ],
16
long_description=open('README.md').read(),
17
long_description_content_type='text/markdown',
18
author='Armen-Jean Andreasian',
0 commit comments