Skip to content

Commit

Permalink
setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
edne committed Aug 2, 2015
1 parent bb9e2de commit 5b7f839
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
__pycache__
*.pyc
MANIFEST
dist
13 changes: 13 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
from distutils.core import setup

setup(
name='Hear',
version='0.1',
packages=['hear'],
license='MIT License',
install_requires=[
"numpy",
"pyaudio",
"jack-client"
],
)

0 comments on commit 5b7f839

Please sign in to comment.