SciPaperLoader/setup.py
Michael Beck 1a9bd7c0b1 init
2025-03-30 18:44:30 +02:00

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()