Skip to content

Commit 52f2654

Browse files
authored
Merge pull request #1314 from Axelrod-Python/fix-missing-yml-fil
Fix broken data file imports.
2 parents 21755b4 + 97fa65f commit 52f2654

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MANIFEST.in

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)