Files

6 lines
163 B
Python
Raw Permalink Normal View History

#!/usr/bin/python3
2022-12-10 12:23:13 +01:00
from setuptools import setup
# compatibility with legacy builds or versions of tools that dont support certain packaging standards
setup()