diff --git a/.fossa.yml b/.fossa.yml new file mode 100644 index 0000000..11a3f72 --- /dev/null +++ b/.fossa.yml @@ -0,0 +1,11 @@ +version: 3 + +# FOSSA CLI for getsentry/action-enforce-license-compliance. +# https://github.com/fossas/fossa-cli/blob/master/docs/references/files/fossa-yml.md + +project: + id: github.com/codecov/example-c + url: https://github.com/codecov/example-c + +telemetry: + scope: "off" diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..859352f --- /dev/null +++ b/requirements.txt @@ -0,0 +1 @@ +# FOSSA: setuptools discovery target at repo root (add real deps here if applicable).