7 lines
124 B
Python
7 lines
124 B
Python
from distutils.core import setup
|
|
|
|
setup(
|
|
name = 'plex',
|
|
version = "%%PORTVERSION%%",
|
|
packages = ['Plex'],
|
|
)
|