Skip to content

Commit

Permalink
Merge pull request #21 from briancappello/master
Browse files Browse the repository at this point in the history
fix manual installs using setup.py
  • Loading branch information
joeyespo committed Aug 16, 2013
2 parents d3589a0 + b67aa7f commit 3c6a991
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ def read(fname):
license='MIT',
platforms='any',
packages=find_packages(),
data_files=[('grip/templates', ['grip/templates/base.html',
'grip/templates/index.html'])],
install_requires=read('requirements.txt'),
zip_safe=False,
entry_points={'console_scripts': ['grip = grip.command:main']},
Expand Down

0 comments on commit 3c6a991

Please sign in to comment.