-
Notifications
You must be signed in to change notification settings - Fork 251
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support build script in sub directory (#329)
- Loading branch information
1 parent
f26e236
commit 16cb159
Showing
5 changed files
with
26 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 14 additions & 0 deletions
14
tests/masonry/builders/fixtures/build_script_in_subdir/pyproject.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
[tool.poetry] | ||
name = "build_script_in_subdir" | ||
version = "0.1" | ||
description = "Some description." | ||
authors = [ | ||
"Brandon Chinn <brandonchinn178@gmail.com>" | ||
] | ||
license = "MIT" | ||
homepage = "https://python-poetry.org/" | ||
packages = [ | ||
{ include = "*", from = "src" }, | ||
] | ||
|
||
build = "scripts/build.py" |
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters