Skip to content

Commit

Permalink
Merge pull request #447 from jakirkham/inc_license_2
Browse files Browse the repository at this point in the history
Tweak to license inclusion
  • Loading branch information
jakirkham authored Apr 6, 2017
2 parents a87f34b + 63eb905 commit 258dac1
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 @@ -154,7 +154,7 @@ def run_tests(self):
install_requires=install_requires,
tests_require=tests_require,
test_suite="nose.collector",
data_files=[('', ['LICENSE.txt'])],
data_files=[("", ["LICENSE.txt"])],
zip_safe=True,
conda_import_tests=False,
conda_command_tests=False
Expand Down

0 comments on commit 258dac1

Please sign in to comment.