Skip to content

Commit

Permalink
Added install_requires key to setup
Browse files Browse the repository at this point in the history
Fixes #21
  • Loading branch information
sverhoeven committed Sep 3, 2018
1 parent 2ade3c9 commit 295a539
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions {{cookiecutter.project_slug}}/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
],
package_dir={'{{ cookiecutter.project_slug }}':
'{{ cookiecutter.project_slug }}'},
install_requires=[],
include_package_data=True,
{%- if cookiecutter.open_source_license in license_classifiers %}
license="{{ cookiecutter.open_source_license }}",
Expand Down

0 comments on commit 295a539

Please sign in to comment.