Skip to content

Commit

Permalink
Fix bad requirements path
Browse files Browse the repository at this point in the history
Signed-off-by: Uilian Ries <[email protected]>
  • Loading branch information
uilianries committed Jan 9, 2018
1 parent 58e0de7 commit 4bd5b88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def load_version():
# for example:
# $ pip install -e .[dev,test]
extras_require={
'test': get_requires(os.path.join('tests', 'requirements_test.txt'))
'test': get_requires(os.path.join('bincrafters', 'requirements_test.txt'))
},

# If there are data files included in your packages that need to be
Expand Down

0 comments on commit 4bd5b88

Please sign in to comment.