diff --git a/projects/dateparser/project.yaml b/projects/dateparser/project.yaml new file mode 100644 index 000000000..6dd32b9a4 --- /dev/null +++ b/projects/dateparser/project.yaml @@ -0,0 +1,11 @@ +homepage: "https://dateparser.readthedocs.io/en/latest/" +language: python +primary_contact: "opensource@zyte.com" +auto_ccs: + - "ennamarie19@gmail.com" +fuzzing_engines: + - libfuzzer +sanitizers: + - address + - undefined +main_repo: "https://github.com/scrapinghub/dateparser.git"