Skip to content

Commit

Permalink
Merge pull request #473 from sikuan/include-all-testfiles
Browse files Browse the repository at this point in the history
Include all the test_data in setup.py
  • Loading branch information
mpenkov committed Apr 11, 2020
2 parents 815be85 + 1d3c98a commit c0a9b79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -68,7 +68,7 @@ def read(fname):

packages=find_packages(),
package_data={
"smart_open.tests": ["test_data/*gz"],
"smart_open.tests": ["test_data/*"],
},

author='Radim Rehurek',
Expand Down

0 comments on commit c0a9b79

Please sign in to comment.