Quellcode durchsuchen

move hatch build into scripts (#5232)

Khaleel Al-Adhami vor 1 Woche
Ursprung
Commit
7143b926a3
2 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      pyproject.toml
  2. 0 0
      scripts/hatch_build.py

+ 1 - 0
pyproject.toml

@@ -72,6 +72,7 @@ artifacts = ["*.pyi"]
 artifacts = ["*.pyi"]
 
 [tool.hatch.build.hooks.custom]
+path = "scripts/hatch_build.py"
 dependencies = ["plotly", "ruff"]
 require-runtime-dependencies = true
 

+ 0 - 0
hatch_build.py → scripts/hatch_build.py