You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
330 B

10 years ago
10 years ago
10 years ago
  1. #! /usr/bin/env python
  2. from distutils.core import setup
  3. from youtube_dl_gui import version
  4. setup(name='Youtube-DLG',
  5. version=version.__version__,
  6. description='Youtube-dl GUI',
  7. author='Sotiris Papadopoulos',
  8. author_email='ytubedlg@gmail.com',
  9. url='https://github.com/MrS0m30n3/youtube-dl-gui',
  10. packages=['youtube_dl_gui'])