Skip to content

Commit

Permalink
build: Specify package (CI autodiscovers "node_modules" otherwise)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Sep 4, 2024
1 parent ab3f5c8 commit c361b8e
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 @@ -2,6 +2,7 @@
requires = ["setuptools>=61.2"]
build-backend = "setuptools.build_meta"

# This project is not intended to be released or used as a Python package. This file only exists for babel.
[project]
name = "ocdsextensionexplorer"
version = "0.0.0"
Expand All @@ -10,6 +11,9 @@ license = {text = "BSD"}
[project.entry-points."babel.extractors"]
tag = "extension_explorer.extract:extract_tag"

[tool.setuptools]
packages = ["extension_explorer"]

[tool.isort]
profile = "black"
line_length = 119

0 comments on commit c361b8e

Please sign in to comment.