You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
bce895e735
alternative config parser for python git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@6881 d073be05-634f-4543-b044-5fe20cf6d1d6
8 lines
114 B
Python
8 lines
114 B
Python
from distutils.core import setup
|
|
|
|
setup(
|
|
name = 'config',
|
|
version = "VERSION",
|
|
packages = [''],
|
|
)
|