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