Make sure reserved_keywords.txt is packaged with the library.
This commit is contained in:
parent
e6b51a28ee
commit
3a774ed0e0
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
|
@ -100,4 +100,5 @@ setup(
|
||||||
project_urls={
|
project_urls={
|
||||||
"Documentation": "http://docs.getmoto.org/en/latest/",
|
"Documentation": "http://docs.getmoto.org/en/latest/",
|
||||||
},
|
},
|
||||||
|
data_files=[('', ['moto/dynamodb2/parsing/reserved_keywords.txt'])],
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue