-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathMANIFEST.in
More file actions
114 lines (112 loc) · 5.24 KB
/
Copy pathMANIFEST.in
File metadata and controls
114 lines (112 loc) · 5.24 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
include CONTRIBUTING.md
include SECURITY.md
include SUPPORT.md
include CONTRIBUTORS.md
include action.yml
include .gitattributes
include .github/workflows/ci.yml
include .github/workflows/release-candidate.yml
include scripts/check_contribution.py
include scripts/check_docs.py
include scripts/check_release_artifacts.py
include scripts/check_windows_quickstart.ps1
recursive-include docs *.md
include tests/test_*.py
# Keep benchmark fixtures explicit. Recursive extension globs also collect
# generated files such as nested Maven target/ reports and virtualenv sources.
include benchmarks/README.md
include benchmarks/compare.py
include benchmarks/run_offline.py
include benchmarks/docker-python/reproduce.py
include benchmarks/docker-python/required.txt
include benchmarks/docker-python/unused.txt
include benchmarks/gradle-multimodule/gradle.properties
include benchmarks/gradle-multimodule/settings.gradle.kts
include benchmarks/gradle-multimodule/app/build.gradle.kts
include benchmarks/gradle-multimodule/app/src/test/resources/unused.txt
include benchmarks/gradle-multimodule/notes/architecture.md
include benchmarks/gradle-multimodule/unused/build.gradle.kts
include benchmarks/maven-multimodule/pom.xml
include benchmarks/maven-multimodule/app/pom.xml
include benchmarks/maven-multimodule/app/src/test/java/dev/repomin/FailureMessage.java
include benchmarks/maven-multimodule/app/src/test/java/dev/repomin/TriggerTest.java
include benchmarks/maven-multimodule/app/src/test/resources/unused.txt
include benchmarks/maven-multimodule/notes/architecture.md
include benchmarks/maven-multimodule/unused-module/pom.xml
include benchmarks/native-process/crash.py
include benchmarks/native-process/required.txt
include benchmarks/native-process/unused.txt
include benchmarks/node-package/package.json
include benchmarks/node-package/reproduce.py
include benchmarks/node-package/README.md
include benchmarks/composer-package/composer.json
include benchmarks/composer-package/reproduce.py
include benchmarks/composer-package/README.md
include benchmarks/dotnet-project/fixture.csproj
include benchmarks/dotnet-project/reproduce.py
include benchmarks/dotnet-project/README.md
include benchmarks/ruby-gemfile/Gemfile
include benchmarks/ruby-gemfile/reproduce.rb
include benchmarks/ruby-gemfile/README.md
include benchmarks/text-lines/reproduce.py
include benchmarks/text-lines/data.txt
include benchmarks/text-lines/README.md
include benchmarks/report-replay/reproduce.py
include benchmarks/report-replay/required.txt
include benchmarks/report-replay/noise.txt
include benchmarks/report-replay/README.md
include benchmarks/python-pyproject/pyproject.toml
include benchmarks/python-pyproject/reproduce.py
include benchmarks/python-pyproject/README.md
include benchmarks/python-requirements/requirements.txt
include benchmarks/python-requirements/requirements/runtime.txt
include benchmarks/python-requirements/requirements/ci.txt
include benchmarks/python-requirements/constraints.txt
include benchmarks/python-requirements/reproduce.py
include benchmarks/python-requirements/README.md
include benchmarks/semantic-stub/reproduce.py
include benchmarks/semantic-stub/data.txt
include benchmarks/semantic-stub/run.py
include benchmarks/cargo-workspace/Cargo.toml
include benchmarks/cargo-workspace/app/Cargo.toml
include benchmarks/cargo-workspace/app/src/main.rs
include benchmarks/cargo-workspace/required-lib/Cargo.toml
include benchmarks/cargo-workspace/required-lib/src/lib.rs
include benchmarks/cargo-workspace/unused-lib/Cargo.toml
include benchmarks/cargo-workspace/unused-lib/src/lib.rs
include benchmarks/cargo-workspace/unused/Cargo.toml
include benchmarks/cargo-workspace/unused/src/lib.rs
include benchmarks/cargo-workspace/README.md
include benchmarks/go-module/go.mod
include benchmarks/go-module/main.go
include benchmarks/go-module/required/go.mod
include benchmarks/go-module/required/required.go
include benchmarks/go-module/unused/go.mod
include benchmarks/go-module/unused/unused.go
include benchmarks/go-module/README.md
include benchmarks/input-controls/.gitignore
include benchmarks/input-controls/reproduce.py
include benchmarks/input-controls/required.txt
include benchmarks/input-controls/exit-sentinel.txt
include benchmarks/input-controls/keep-me.txt
include benchmarks/input-controls/kept-dir/keep-nested.txt
include benchmarks/input-controls/removable-a.txt
include benchmarks/input-controls/removable-b.txt
include benchmarks/input-controls/ignored-noise.txt
include benchmarks/input-controls/nested/.gitignore
include benchmarks/input-controls/nested/deep-noise.txt
include benchmarks/input-controls/ignored-dir/.gitignore
include benchmarks/input-controls/ignored-dir/deep-keep.txt
include benchmarks/python-fastapi/Dockerfile
include benchmarks/python-fastapi/README.md
include benchmarks/python-fastapi/constraints.txt
include benchmarks/python-fastapi/pyproject.toml
include benchmarks/python-fastapi/requirements.txt
include benchmarks/python-fastapi/app/__init__.py
include benchmarks/python-fastapi/app/health.py
include benchmarks/python-fastapi/app/main.py
include benchmarks/python-fastapi/notes/architecture.md
include benchmarks/python-fastapi/requirements/runtime.txt
include benchmarks/python-fastapi/tests/test_regression.py
include benchmarks/python-fastapi/tests/test_unrelated.py
global-exclude *.class *.py[cod] .DS_Store