8 lines
222 B
Python
8 lines
222 B
Python
# This project uses pyproject.toml for all configuration.
|
|
# This file is for compatibility only.
|
|
# See https://setuptools.pypa.io/en/latest/userguide/quickstart.html#development-mode
|
|
|
|
from setuptools import setup
|
|
|
|
setup()
|