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 Normal View History

include README.md LICENSE AUTHORS.md
include requirements.txt requirements-dev.txt
2023-11-24 19:17:50 -01: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 16:13:12 -05:00
include moto/cognitoidp/resources/*.json
2022-03-09 16:57:25 -01: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 15:27:08 -01:00
include moto/rds/resources/cluster_options/*.json
2022-02-12 12:59:15 -01: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 16:13:12 -05:00
recursive-include tests *
recursive-exclude tests/terraformtests *