Files
pre-commit/testing/resources/arbitrary_bytes_repo/setup.py
2018-06-03 20:56:07 -07:00

9 lines
192 B
Python

from setuptools import setup
setup(
name='python3_hook',
version='0.0.0',
py_modules=['python3_hook'],
entry_points={'console_scripts': ['python3-hook=python3_hook:main']},
)