Skip to content

Commit 97fa65f

Browse files
committed
Fix broken data file imports.
1 parent 562be02 commit 97fa65f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MANIFEST.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
include *.txt
22
recursive-include docs *.rst
3-
recursive-include axelrod/data *.csv
3+
recursive-include axelrod/data *

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
long_description=long_description,
2828
long_description_content_type="text/x-rst",
2929
include_package_data=True,
30-
package_data={"": ["axelrod/data/*.csv"]},
30+
package_data={"": ["axelrod/data/*"]},
3131
classifiers=[
3232
"Programming Language :: Python :: 3.6",
3333
"Programming Language :: Python :: 3.7",

0 commit comments

Comments
 (0)