config-skeleton/setup.py

5 lines
74 B
Python
Raw Normal View History

"""Setup script for the package."""
2021-05-22 18:24:59 +02:00
import setuptools
setuptools.setup()