Mirror of https://github.com/roostorg/osprey github.com/roostorg/osprey
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 2e977211573246983fe99e8a18a09558a9eb5092 17 lines 333 B view raw
1[project] 2name = "example_plugins" 3version = "0.1.0" 4description = "Example plugins for Osprey" 5requires-python = ">=3.11" 6dependencies = [ 7 "pluggy==1.5.0" 8] 9 10[tool.setuptools] 11package-dir = {"" = "src"} 12 13[tool.setuptools.packages.find] 14where = ["src"] 15 16[project.entry-points.osprey_plugin] 17register_plugins = "register_plugins"