Files
Markus W. Weißmann bce895e735 new port python/py-config
alternative config parser for python

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@6881 d073be05-634f-4543-b044-5fe20cf6d1d6
2004-05-03 14:22:49 +00:00

8 lines
114 B
Python

from distutils.core import setup
setup(
name = 'config',
version = "VERSION",
packages = [''],
)