4 lines
93 B
Python
4 lines
93 B
Python
from setuptools import setup
|
|
|
|
|
|
setup(name='pre-commit-placeholder-package', version='0.0.0')
|