Removed manifest from package

This commit is contained in:
2025-04-28 18:50:42 +01:00
parent 069bb11033
commit e8df1e4541
2 changed files with 0 additions and 57 deletions

View File

@@ -20,8 +20,6 @@ set -o nounset
echo "Running ruff check..."
ruff check .
echo "Running manifest check..."
python -m check_manifest
echo "Running sphinx check..."
python -m sphinx.cmd.build -qnN docs docs/_build/html
echo "Running tests..."