Remove explicit package data flag since this is for MANIFEST.in.

This commit is contained in:
Jennifer Taylor 2021-10-04 16:18:05 +00:00
parent ab5c70e04c
commit b81f25a38f
1 changed files with 0 additions and 1 deletions

View File

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