5 lines
224 B
Python
Executable File
5 lines
224 B
Python
Executable File
# migrated to pyproject.toml
|
|
# as reccomended: https://packaging.python.org/en/latest/guides/modernize-setup-py-project/#what-if-something-that-can-not-be-changed-expects-a-setup-py-file
|
|
from setuptools import setup
|
|
|
|
setup() |