Skip to content

Commit

Permalink
Add setup.py
Browse files Browse the repository at this point in the history
Add requirements.txt

Fix things
  • Loading branch information
anodium committed May 31, 2017
1 parent d179693 commit c207348
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#!/usr/bin/env python

from distutils.core import setup

setup(name='khinsider',
version='1.0',
description='A script for khinsider mass downloads. Get video game soundtracks quickly and easily! Also a Python interface.',
author='Samuel R. M.',
author_email='[email protected]',
url='https://github.com/obskyr/khinsider/',
py_modules=['khinsider'],
scripts=['khinsider.py'],
requires=['requests (>= 2.17.3)', 'beautifulsoup4 (>= 4.6.0)']
)

0 comments on commit c207348

Please sign in to comment.