mglib/setup.py

7 lines
113 B
Python

from setuptools import find_packages, setup
setup(
packages=find_packages(),
python_requires='>=3.7',
)