Add phase 2 - download default branch commits for repositories collected in phase 1
This commit is contained in:
@@ -16,12 +16,16 @@ dependencies = [
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
github-datapipe = "github_datapipe.extract_repos:main"
|
||||
github-datapipe = "github_datapipe.cli:main"
|
||||
|
||||
[tool.poetry]
|
||||
packages = [
|
||||
{ include = "github_datapipe", from = "src" }
|
||||
]
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core>=2.0.0,<3.0.0"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
pythonpath = ["src"]
|
||||
pythonpath = ["src"]
|
||||
|
||||
Reference in New Issue
Block a user