diff --git a/instrumentation/opentelemetry-instrumentation-aio-pika/MANIFEST.in b/instrumentation/opentelemetry-instrumentation-aio-pika/MANIFEST.in new file mode 100644 index 0000000000..aed3e33273 --- /dev/null +++ b/instrumentation/opentelemetry-instrumentation-aio-pika/MANIFEST.in @@ -0,0 +1,9 @@ +graft src +graft tests +global-exclude *.pyc +global-exclude *.pyo +global-exclude __pycache__/* +include CHANGELOG.md +include MANIFEST.in +include README.rst +include LICENSE