File: config.toml

package info (click to toggle)
python-tatsu 5.16.0%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,196 kB
  • sloc: python: 10,037; makefile: 46
file content (12 lines) | stat: -rw-r--r-- 380 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
# Use 'uv' for lightning-fast environment creation (Recommended)
[envs.default]
installer = "uv"

# Define where you want Hatch to store virtual environments
# By default, they are in a global cache; set to "local" to put them in .venv
[directories.envs]
default = "local"

# Configure your publishing repositories
[publish.index.repos.test]
url = "https://test.pypi.org/legacy/"