Skip to content

Commit

Permalink
Setup file to install module if wanted
Browse files Browse the repository at this point in the history
  • Loading branch information
jjensenmike committed Jun 4, 2012
1 parent aee9a4b commit 1a38349
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions setup.py
@@ -0,0 +1,12 @@
from setuptools import setup

setup(name='python-unpack',
description='Python module to unarchive, decompress, and flatten folders',
author='Mike Jensen',
author_email='jjensen.mike@gmail.com',
url='https://github.com/jjensenmike/python-unpack',
version='0.1',
py_modules=['unpack'],
license='PSF',
install_requires=["python-magic >= 0.4.1","python-unpack >= 0.1","rarfile"],
)

0 comments on commit 1a38349

Please sign in to comment.