From 99c4e883049c5a797e63df396d3530b77700a1d5 Mon Sep 17 00:00:00 2001 From: Elena ``of Valhalla'' Grandi Date: Tue, 16 Apr 2024 09:32:10 +0200 Subject: Modernize packaging with pyproject.toml and setuptool_scm. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 8534f9c..011c0ee 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ *.pyc .coverage +hazwaz/_version.py + .*.sw? -- cgit v1.2.3