mirror of
https://git.freebsd.org/ports.git
synced 2025-06-11 15:50:33 -04:00
5 lines
69 B
Python
5 lines
69 B
Python
# Enable build with distutils
|
|
|
|
from setuptools import setup
|
|
|
|
setup()
|