diff --git a/setup.py b/setup.py index 79b9875e..b142f320 100755 --- a/setup.py +++ b/setup.py @@ -100,4 +100,5 @@ setup( project_urls={ "Documentation": "http://docs.getmoto.org/en/latest/", }, + data_files=[('', ['moto/dynamodb2/parsing/reserved_keywords.txt'])], )