Make sure reserved_keywords.txt is packaged with the library.

This commit is contained in:
pvbouwel 2020-04-19 17:55:00 +01:00
parent e6b51a28ee
commit 3a774ed0e0

View File

@ -100,4 +100,5 @@ setup(
project_urls={
"Documentation": "http://docs.getmoto.org/en/latest/",
},
data_files=[('', ['moto/dynamodb2/parsing/reserved_keywords.txt'])],
)