pyuserconfig/setup.py

5 lines
224 B
Python
Raw Permalink Normal View History

# 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
2013-01-13 22:47:16 +01:00
setup()