# SPDX-License-Identifier: AGPL-3.0-only # Copyright 2026-present the Unsloth AI Inc. team. All rights reserved. See /studio/LICENSE.AGPL-3.0 [build-system] requires = ["setuptools>=68", "wheel"] build-backend = "setuptools.build_meta" [project] name = "data-designer-github-repo-seed" version = "0.1.0" description = "Unsloth Studio seed plugin that scrapes GitHub issues, PRs, and commits." requires-python = ">=3.11" dependencies = [ "data-designer-engine>=0.5.4,<0.6", "requests>=2.31", ] [project.entry-points."data_designer.plugins"] github_repo_seed = "data_designer_github_repo_seed.plugin:github_repo_seed_plugin" [tool.setuptools] package-dir = {"" = "src"} [tool.setuptools.packages.find] where = ["src"]