6 lines
94 B
Python
6 lines
94 B
Python
# Guix's python-build-system uses setup.py by default.
|
|
|
|
import setuptools
|
|
|
|
setuptools.setup()
|