5 lines
87 B
Python
5 lines
87 B
Python
|
from setuptools import setup
|
||
|
|
||
|
|
||
|
setup(name='pre-commit-dummy-package', version='0.0.0')
|