-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Expand file tree
/
Copy pathMANIFEST.in
More file actions
36 lines (36 loc) · 1.34 KB
/
MANIFEST.in
File metadata and controls
36 lines (36 loc) · 1.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
include README.md LICENSE AUTHORS.md
include requirements.txt requirements-dev.txt
include moto/py.typed
include moto/cloudfront/*/*.json
include moto/config/resources/aws_managed_rules.json
include moto/ec2/*/*.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
include moto/elasticache/*/*.json
include moto/emr/*/*.json
include moto/emr/resources/*.json
include moto/cognitoidp/resources/*.json
include moto/dynamodb/parsing/reserved_keywords.txt
include moto/medialive/*/*.json
include moto/moto_api/_internal/*
include moto/moto_proxy/*
include moto/moto_proxy/certs/__init__.py
include moto/moto_proxy/certs/req.conf.tmpl
include moto/rds/*/*.json
include moto/rds/resources/cluster_options/*.json
include moto/rds/resources/option_group_options/*.json
include moto/route53/*/*.json
include moto/s3/*/*.json
include moto/s3control/*/*.json
include moto/sqs/*/*.json
include moto/ssm/resources/*.json
include moto/ssm/resources/ami-amazon-linux-latest/*.json
include moto/ssm/resources/ecs/optimized_amis/*.json
include moto/ses/*/*.json
include moto/sesv2/*/*.json
include moto/support/resources/*.json
recursive-include moto/moto_server *
recursive-include tests *