diff --git a/pyproject.toml b/pyproject.toml index 716179fc..26632e85 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dynamic = ["dependencies", "optional-dependencies", "version"] [project.scripts] [project.urls] -homepage = "https://instructlab.io" +homepage = "https://instructlab.ai" source = "https://github.com/instructlab/sdg" issues = "https://github.com/instructlab/sdg/issues" @@ -52,16 +52,6 @@ dependencies = {file = ["requirements.txt"]} where = ["src"] include = ["instructlab.sdg"] -[tool.setuptools.package-data] -"instructlab.schema.v1" = ["*.json"] -"instructlab.schema.v2" = ["*.json"] - -[tool.check-wheel-contents] -# W002 - Wheel contains duplicate files: -# instructlab/mlx_explore/LICENSE -# instructlab/train/lora_mlx/LICENSE -ignore = ["W002"] - [tool.ruff] target-version = "py39" # same as black's default line length @@ -90,9 +80,6 @@ ignore = [ "TID252", # Prefer absolute imports over relative imports from parent modules ] -[tool.ruff.lint.flake8-tidy-imports.banned-api] -"yamllint".msg = "yamllint is for CLI usage only." - [tool.ruff.lint.isort] # same as .isort.cfg from-first = true