Skip to content

Commit

Permalink
Remove custom tag generation
Browse files Browse the repository at this point in the history
  • Loading branch information
hcho3 committed Aug 26, 2024
1 parent d6ebcfb commit fe3cf0e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 27 deletions.
23 changes: 0 additions & 23 deletions python-package/hatch_build.py

This file was deleted.

2 changes: 0 additions & 2 deletions python-package/packager/pep517.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ def build_wheel(
logger.info("Copying project files to temporary directory %s", str(workspace))

copy_with_logging(TOPLEVEL_DIR / "pyproject.toml", workspace, logger=logger)
copy_with_logging(TOPLEVEL_DIR / "hatch_build.py", workspace, logger=logger)
copy_with_logging(TOPLEVEL_DIR / "README.rst", workspace, logger=logger)

pkg_path = workspace / "xgboost"
Expand Down Expand Up @@ -116,7 +115,6 @@ def build_sdist(
logger.info("Copying project files to temporary directory %s", str(workspace))

copy_with_logging(TOPLEVEL_DIR / "pyproject.toml", workspace, logger=logger)
copy_with_logging(TOPLEVEL_DIR / "hatch_build.py", workspace, logger=logger)
copy_with_logging(TOPLEVEL_DIR / "README.rst", workspace, logger=logger)

copytree_with_logging(
Expand Down
2 changes: 0 additions & 2 deletions python-package/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ datatable = ["datatable"]
plotting = ["graphviz", "matplotlib"]
pyspark = ["pyspark", "scikit-learn", "cloudpickle"]

[tool.hatch.build.targets.wheel.hooks.custom]

[tool.isort]
profile = "black"

Expand Down

0 comments on commit fe3cf0e

Please sign in to comment.