Metadata-Version: 1.1
Name: mp3hash
Version: 0.0.2
Summary: Music file hasher
Home-page: http://github.com/jvrsantacruz/mp3hash
Author: Javier Santacruz
Author-email: javier.santacruz.lc@gmail.com
License: UNKNOWN
Description: ['# -*- coding: utf-8 -*-\n', '\n', 'import os\n', '\n', 'from setuptools import setup, find_packages\n', '\n', 'here = os.path.realpath(__file__)\n', "readme = os.path.dirname(os.path.join(here, 'README.rst'))\n", '\n', 'setup(\n', "    name='mp3hash',\n", "    version='0.0.2',\n", "    description='Music file hasher',\n", '    long_description=open(readme).readlines(),\n', "    author='Javier Santacruz',\n", "    author_email='javier.santacruz.lc@gmail.com',\n", "    url='http://github.com/jvrsantacruz/mp3hash',\n", '    packages=find_packages(),\n', '    install_requires=[],\n', '    classifiers=[\n', "        'Development Status :: 3 - Alpha',\n", "        'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',\n", "        'Programming Language :: Python',\n", "        'Programming Language :: Python :: 2',\n", "        'Programming Language :: Python :: 2.7',\n", '    ],\n', "    platforms=['Any'],\n", "    scripts=['scripts/mp3hash'],\n", ')\n']
Platform: Any
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
