Place reserved_keywords.txt not in root.
Do not use data_files in setup.py but MANIFEST.in Otherwise some enviroments throw errors when trying to create the data file. This was raised in: https://github.com/spulec/moto/pull/2885#discussion_r415150276
This commit is contained in:
parent
6a41573eb8
commit
0bd586eb67
2 changed files with 1 additions and 1 deletions
|
|
@ -3,5 +3,6 @@ include requirements.txt requirements-dev.txt tox.ini
|
|||
include moto/ec2/resources/instance_types.json
|
||||
include moto/ec2/resources/amis.json
|
||||
include moto/cognitoidp/resources/*.json
|
||||
include moto/dynamodb2/parsing/reserved_keywords.txt
|
||||
recursive-include moto/templates *
|
||||
recursive-include tests *
|
||||
|
|
|
|||
1
setup.py
1
setup.py
|
|
@ -101,5 +101,4 @@ setup(
|
|||
project_urls={
|
||||
"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