diff options
| author | Dimitri Staessens <dimitri@ouroboros.rocks> | 2026-03-07 22:46:56 +0100 |
|---|---|---|
| committer | Dimitri Staessens <dimitri@ouroboros.rocks> | 2026-03-08 14:24:30 +0100 |
| commit | 7d043001b956fb80116cf8eedcca1d5aaf2edbd4 (patch) | |
| tree | d2f925b1f3085cabd0256949a454d15075a8dde8 /.gitattributes | |
| parent | 7a4c37e8b673328dda59cec11ab9dce66c22a312 (diff) | |
| download | pyouroboros-0.23.0.tar.gz pyouroboros-0.23.0.zip | |
Replace setup.py metadata with pyproject.toml and derive version from
git tags with setuptools-scm. Adds git archive support for
setuptools-scm version detection.
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..00a7b00 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +.git_archival.txt export-subst |
