We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 21755b4 + 97fa65f commit 52f2654Copy full SHA for 52f2654
MANIFEST.in
@@ -1,3 +1,3 @@
1
include *.txt
2
recursive-include docs *.rst
3
-recursive-include axelrod/data *.csv
+recursive-include axelrod/data *
setup.py
@@ -27,7 +27,7 @@
27
long_description=long_description,
28
long_description_content_type="text/x-rst",
29
include_package_data=True,
30
- package_data={"": ["axelrod/data/*.csv"]},
+ package_data={"": ["axelrod/data/*"]},
31
classifiers=[
32
"Programming Language :: Python :: 3.6",
33
"Programming Language :: Python :: 3.7",
0 commit comments