Skip to content

Commit

Permalink
Merge 97fa65f into 562be02
Browse files Browse the repository at this point in the history
  • Loading branch information
drvinceknight committed Apr 8, 2020
2 parents 562be02 + 97fa65f commit 04a67fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
include *.txt
recursive-include docs *.rst
recursive-include axelrod/data *.csv
recursive-include axelrod/data *
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
long_description=long_description,
long_description_content_type="text/x-rst",
include_package_data=True,
package_data={"": ["axelrod/data/*.csv"]},
package_data={"": ["axelrod/data/*"]},
classifiers=[
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
Expand Down

0 comments on commit 04a67fa

Please sign in to comment.