Explicitly include package data.

This commit is contained in:
Jennifer Taylor 2021-10-04 15:59:29 +00:00
parent f57fbe21a8
commit ab5c70e04c
1 changed files with 1 additions and 0 deletions

View File

@ -21,4 +21,5 @@ setup(
'arcadeutils',
],
python_requires=">=3.6",
include_package_data=True,
)