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