[project] name = "test-app" dynamic = ["version"] description = "Add your description here" readme = "README.md" requires-python = ">=3.12" dependencies = [ "art>=6.3", ] [project.scripts] test-app = "test_app:main" [build-system] requires = ["hatchling", "hatch-vcs"] build-backend = "hatchling.build" [tool.hatch.version] source = "vcs" [tool.uv] extra-index-url = ["http://unresponsive_url.com:8081/repository/pypi-group/simple"] #index-url = "https://pypi.org/simple" dev-dependencies = [ ]