summarylogtreecommitdiffstats
path: root/setup.py
blob: 3c94b906072f8e06acac6601c202e16899314ed2 (plain)
1
2
3
4
5
6
7
8
from distutils.core import setup
setup(name='gmpydl',
      version='1.6',
      description='Google Music Python Downloader',
      author='stevenewbs',
      url='https://github.com/stevenewbs/gmpydl/',
      py_modules=['gmpydl'],
      )