moto/MANIFEST.in

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

24 lines
977 B
Plaintext
Raw Permalink Normal View History

include README.md LICENSE AUTHORS.md
include requirements.txt requirements-dev.txt
2023-11-24 20:17:50 +00:00
include moto/py.typed
include moto/config/resources/aws_managed_rules.json
include moto/ec2/resources/instance_types.json
include moto/ec2/resources/instance_type_offerings/*/*.json
include moto/ec2/resources/latest_amis/*.json
include moto/ec2/resources/amis.json
include moto/ec2/resources/ecs/optimized_amis/*.json
2018-05-02 21:13:12 +00:00
include moto/cognitoidp/resources/*.json
2022-03-09 17:57:25 +00:00
include moto/dynamodb/parsing/reserved_keywords.txt
include moto/moto_api/_internal/*
2023-09-27 18:34:30 +00:00
include moto/moto_proxy/*
include moto/moto_proxy/certs/__init__.py
include moto/moto_proxy/certs/req.conf.tmpl
2023-02-26 16:27:08 +00:00
include moto/rds/resources/cluster_options/*.json
2022-02-12 13:59:15 +00:00
include moto/ssm/resources/*.json
include moto/ssm/resources/ami-amazon-linux-latest/*.json
include moto/ssm/resources/ecs/optimized_amis/*.json
include moto/support/resources/*.json
recursive-include moto/moto_server *
2018-05-02 21:13:12 +00:00
recursive-include tests *
recursive-exclude tests/terraformtests *