build with hatchling
This commit is contained in:
@@ -34,4 +34,7 @@ tar-TSVFilter: clean ## Create package for TSVFilter
|
||||
tar-markslider: clean ## Create package for markslider
|
||||
tar czf markslider.tgz markslider/
|
||||
|
||||
hatchling-build: ## Build packages with hatchling
|
||||
for module in *; do if [ -f $$module/pyproject.toml ]; then cd $$module; hatchling build; cd ..; fi; done
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user