mirrors-mypy/setup.py
Anthony Sottile 5cf22ccb77 Mirror: 0.910
2021-10-04 19:59:24 -04:00

9 lines
142 B
Python

from setuptools import setup
setup(
name='pre_commit_placeholder_package',
version='0.0.0',
install_requires=['mypy==0.910'],
)