6 lines
145 B
Python
6 lines
145 B
Python
from setuptools import setup
|
||
|
||
# compatibility with legacy builds or versions of tools that don’t support certain packaging standards
|
||
setup(
|
||
)
|