Skip to content

Commit adb09f0

Browse files
committed
fix(setup.py) typo on install_require
1 parent 63c5c96 commit adb09f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
name='jiraya',
77
description='Simple Jira Command Line Interface.',
88
version='0.1.0',
9-
install_requires=open('requirements.txt').readlines(),
9+
install_require=open('requirements.txt').readlines(),
1010
scripts=['jiraya'],
1111
)

0 commit comments

Comments
 (0)