1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00
freebsd-ports/devel/py-plex/files/setup.py
Hye-Shik Chang eb0fc00cc8 Add py-plex 1.1.2, lexical Analysis Module for Python.
PR:		36994
Submitted by:	me
2002-07-01 18:41:10 +00:00

8 lines
124 B
Python

from distutils.core import setup
setup(
name = 'plex',
version = "%%PORTVERSION%%",
packages = ['Plex'],
)