6b1a7cef92
serialize() and unserialize(). PR: ports/126193 Submitted by: Jui-Nan Lin <jnlin at csie.nctu.edu.tw>
7 lines
160 B
Python
7 lines
160 B
Python
from distutils.core import setup
|
|
|
|
setup(
|
|
name = 'PHPSerialize',
|
|
version = "%%PORTVERSION%%",
|
|
py_modules = ['PHPSerialize', 'PHPUnserialize'],
|
|
)
|