Use Python instead of Excel for sorting map CSVs

This commit is contained in:
Sean Whalen
2025-01-09 22:03:49 -05:00
parent 4670e9687d
commit e1e53ad4cb
3 changed files with 55 additions and 28 deletions

View File

@@ -16,6 +16,7 @@ make html
touch build/html/.nojekyll
cp -rf build/html/* ../../parsedmarc-docs/
cd ..
./parsedmarc/resources/maps/sortmaps.py
python3 tests.py
rm -rf dist/ build/
hatch build