Skip to content

Commit cf4519f

Browse files

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ classifiers = [
3232
dynamic = ["version"]
3333
dependencies = []
3434

35+
[project.entry-points."cmake.module"]
36+
any = "cython_cmake.cmake"
37+
3538
[project.optional-dependencies]
3639
test = [
3740
"pytest >=6",

src/cython_cmake/cmake/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)