Skip to content

Commit

Permalink
build: use src pattern dir
Browse files Browse the repository at this point in the history
  • Loading branch information
bonjourmauko committed Oct 18, 2024
1 parent 88b6bb1 commit 4dc81bd
Show file tree
Hide file tree
Showing 12 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
graft openfisca_extension_template
graft src
global-exclude *~ *.py[cod] *.so
2 changes: 1 addition & 1 deletion Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ vars:
YAML:
sh: git ls-files "*.yaml" "*.yml"
TEST:
sh: git ls-files "openfisca_extension_template/tests/*.yaml"
sh: git ls-files "tests/*.yaml"
MD:
sh: git ls-files "*.md"
SH:
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ classifiers = [
"Programming Language :: Python :: 3.11",
"Topic :: Scientific/Engineering :: Information Analysis",
]
packages = [ { include = "openfisca_extension_template", from = "." } ]
packages = [ { include = "openfisca_extension_template", from = "src" } ]

[tool.poetry.dependencies]
python = "~3.9 || ~3.10 || ~3.11"
Expand Down Expand Up @@ -106,9 +106,9 @@ commands = [
[
"openfisca",
"test",
"tests",
"--country-package=openfisca_country_template",
"--extensions=openfisca_extension_template",
"openfisca_extension_template/tests",
]
]
commands_pre = [
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 4dc81bd

Please sign in to comment.