File size: 128 Bytes
4dc30e8 | 1 2 3 4 5 6 7 8 | from setuptools import setup
setup(
name='af3-runtime-patch',
version='0.0.1',
py_modules=['sitecustomize'],
)
|
4dc30e8 | 1 2 3 4 5 6 7 8 | from setuptools import setup
setup(
name='af3-runtime-patch',
version='0.0.1',
py_modules=['sitecustomize'],
)
|