diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2024-04-16 09:32:10 +0200 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2024-04-16 09:32:10 +0200 |
commit | 99c4e883049c5a797e63df396d3530b77700a1d5 (patch) | |
tree | 58a3bbc3504731d737a2d31bf601af3731a1b9e4 /.gitignore | |
parent | f3a49e6a8ad7247fbe32e455cdc1e3f217a0e073 (diff) |
Modernize packaging with pyproject.toml and setuptool_scm.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,4 +1,6 @@ *.pyc .coverage +hazwaz/_version.py + .*.sw? |