Skip to content

Commit 5ebac1f

Browse files
committed
Fix missing file
1 parent e9038a8 commit 5ebac1f

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
@@ -51,5 +51,5 @@ def run_tests(self):
5151
install_requires=required,
5252
cmdclass={"test": PyTest},
5353
tests_require=["pytest>=4.4.0", "pytest-xdist", "requests", "attrs"],
54-
data_files=[('', ['pytest.ini', '.coveragerc', 'LICENSE', 'README.md', 'CHANGELOG.md'])]
54+
data_files=[('', ['requirements.txt', 'pytest.ini', '.coveragerc', 'LICENSE', 'README.md', 'CHANGELOG.md'])]
5555
)

0 commit comments

Comments
 (0)