Skip to content

Commit

Permalink
Updated project.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Shivam7-1 authored Dec 14, 2024
1 parent d60794c commit 858dd28
Showing 1 changed file with 14 additions and 16 deletions.
30 changes: 14 additions & 16 deletions projects/pslab-python/project.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
project:
name: "pslab-python"
description: "PSLab is an open-source hardware and software platform for building science experiments and learning tools."
language: "python"
main_repo: "https://github.com/fossasia/pslab-python"
issue_tracker: "https://github.com/fossasia/pslab-python/issues"
contacts:
- "[email protected]"
fuzzing_engines:
- "libfuzzer"
sanitizers:
- "address"
- "undefined"
- "memory"
- "thread"
architecture: "x86_64"
name: "pslab-python"
description: "PSLab is an open-source hardware and software platform for building science experiments and learning tools."
language: "python"
homepage: "https://pslab.io/"
main_repo: "https://github.com/fossasia/pslab-python.git"
issue_tracker: "https://github.com/fossasia/pslab-python/issues"
primary_contact: "[email protected]"
fuzzing_engines:
- "libfuzzer"
sanitizers:
- "address"
- "undefined"
- "memory"
- "thread"

0 comments on commit 858dd28

Please sign in to comment.