1 from HLS import __version__
3 from setuptools import setup, find_packages
7 packages = find_packages(),
9 'console_scripts': [ 'hls-player = HLS.player:main' ]
12 author = "Marc-Andre Lureau",
13 author_email = "marcandre.lureau@gmail.com",
14 description = "HTTP Live Streaming player",
16 keywords = "video streaming live",