Skip to content

Commit

Permalink
WIP: Try to init scaffolding according to a github commit
Browse files Browse the repository at this point in the history
  • Loading branch information
steffeneemagine committed Apr 12, 2024
1 parent ec049a5 commit 22ab72e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions build.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
def build(setup_kwargs):
print("Put your build code here!")
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.9"

[tool.poetry.build]
script = "build.py"
generate-setup-file = true

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
requires = ["poetry-core", "setuptools"]

0 comments on commit 22ab72e

Please sign in to comment.