Skip to content

Commit

Permalink
Improve setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Antoine Bertin committed Feb 15, 2012
1 parent f829d17 commit f58f294
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,8 @@ def read(fname):
author_email='diaoulael@gmail.com',
url='https://github.com/Diaoul/Dobby',
packages=find_packages(),
include_package_data=True,
setup_requires=['setuptools_git'],
exclude_package_data={'': ['.gitignore']},
scripts=['Dobby.py', 'DobbyQt.py'],
install_requires=['pyaudio', 'pyjulius', 'pywunderground', 'SQLAlchemy'])

0 comments on commit f58f294

Please sign in to comment.