Skip to content

Commit

Permalink
Add entry point for privacy (#22)
Browse files Browse the repository at this point in the history
Make sure that this repo is in sync with the main metasyn one.
  • Loading branch information
qubixes authored Jan 29, 2024
1 parent 83ee9c2 commit 34ad1d2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,7 @@ packages = ["metasyncontrib"]

[project.entry-points."metasyn.distribution_provider"]
metasyn-disclosure = "metasyncontrib.disclosure.provider:DisclosureProvider"

[project.entry-points."metasyn.privacy"]

disclosure = "metasyncontrib.disclosure.privacy:DisclosurePrivacy"

0 comments on commit 34ad1d2

Please sign in to comment.