File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ task test
6666For tasks that need additional arguments, use ` --` to pass them:
6767
6868` ` ` bash
69- task run -- python -m browsr --help
69+ task run -- python --version
7070` ` `
7171
7272You can also run tasks from subdirectories, and Task will automatically
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ task test
7878For tasks that need additional arguments, use ` --` to pass them:
7979
8080` ` ` bash
81- task run -- python -m browsr --help
81+ task run -- python --version
8282` ` `
8383
8484You can also run tasks from subdirectories, and Task will automatically
Original file line number Diff line number Diff line change 11[build-system ]
2- requires = [" setuptools " ]
3- build-backend = " setuptools.build_meta "
2+ requires = [" hatchling " ]
3+ build-backend = " hatchling.build "
44
55[project ]
66name = " {{ package_name }}"
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ task test
7878For tasks that need additional arguments, use ` --` to pass them:
7979
8080` ` ` bash
81- task run -- python -m browsr --help
81+ task run -- python --version
8282` ` `
8383
8484You can also run tasks from subdirectories, and Task will automatically
Original file line number Diff line number Diff line change 11[build-system ]
2- requires = [" setuptools " ]
3- build-backend = " setuptools.build_meta "
2+ requires = [" hatchling " ]
3+ build-backend = " hatchling.build "
44
55[project ]
66name = " example-project"
You can’t perform that action at this time.
0 commit comments