Skip to content

Commit

Permalink
Restore build for pyramid and cli entrypoints
Browse files Browse the repository at this point in the history
  • Loading branch information
brianr committed Jan 21, 2025
1 parent be4fdac commit 8e8e0ae
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,9 @@ build-backend = "setuptools.build_meta"

[tool.setuptools.dynamic]
version = {attr = "rollbar.__version__"}

[project.scripts]
rollbar = "rollbar.cli:main"

[project.entry-points."paste.filter_app_factory"]
pyramid = "rollbar.contrib.pyramid:create_rollbar_middleware"

0 comments on commit 8e8e0ae

Please sign in to comment.