Skip to content

Commit

Permalink
Use dummy.c to generate platform package
Browse files Browse the repository at this point in the history
  • Loading branch information
mliezun committed Dec 23, 2024
1 parent 7675ae3 commit e038f6a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Empty file added cmd/cli/dummy.c
Empty file.
3 changes: 3 additions & 0 deletions cmd/cli/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ Repository = "https://github.com/mliezun/caddy-snake.git"
[tool.setuptools]
packages = ["caddysnake"]
include-package-data = true
ext-modules = [
{name = "caddysnake.dummy", sources = ["dummy.c"]}
]

[tool.setuptools.package-dir]
caddysnake = "."
Expand Down

0 comments on commit e038f6a

Please sign in to comment.