Skip to content

Commit

Permalink
Changed names of requirments.txt files
Browse files Browse the repository at this point in the history
  • Loading branch information
marshallmcdonnell committed Aug 1, 2019
1 parent b4360f7 commit d5dd42a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ def read_requirements_from_file(filepath):
install_requires=read_requirements_from_file(
os.path.join(
THIS_DIR,
'install-requirements.txt')),
'requirements-install.txt')),
tests_require=read_requirements_from_file(
os.path.join(
THIS_DIR,
'test-requirements.txt')))
'requirements-test.txt')))

setup(
name="addie",
Expand Down

0 comments on commit d5dd42a

Please sign in to comment.