fix python local template when artifact dirs are present

This commit is contained in:
Anthony Sottile 2025-12-16 15:45:01 -05:00
parent 67e8faf80b
commit 51592eecec
2 changed files with 15 additions and 1 deletions

View file

@ -1,4 +1,4 @@
from setuptools import setup
setup(name='pre-commit-placeholder-package', version='0.0.0')
setup(name='pre-commit-placeholder-package', version='0.0.0', py_modules=[])