Fix wildcard src input (#368)

Fixes: #355
This commit is contained in:
Kevin Stillhammer
2026-07-05 11:55:02 +02:00
committed by GitHub
parent 5fedeebdb3
commit 270e80dfe7
16 changed files with 3803 additions and 507 deletions
@@ -0,0 +1,13 @@
[project]
name = "glob-single-star-project"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"ruff==0.6.2",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"