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