moto/MANIFEST.in

14 lines
547 B
Plaintext
Raw Normal View History

include README.md LICENSE AUTHORS.md
include requirements.txt requirements-dev.txt tox.ini
include moto/config/resources/aws_managed_rules.json
include moto/ec2/_models/*.py
include moto/ec2/resources/instance_types.json
include moto/ec2/resources/instance_type_offerings/*/*.json
include moto/ec2/resources/amis.json
2018-05-02 21:13:12 +00:00
include moto/cognitoidp/resources/*.json
include moto/dynamodb2/parsing/reserved_keywords.txt
2022-02-12 13:59:15 +00:00
include moto/ssm/resources/*.json
include moto/support/resources/*.json
recursive-include moto/moto_server *
2018-05-02 21:13:12 +00:00
recursive-include tests *