mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-04-26 09:08:25 -05:00
5 lines
87 B
Python
5 lines
87 B
Python
from setuptools import setup
|
|
|
|
|
|
setup(name='pre-commit-dummy-package', version='0.0.0')
|