Skip to content
This repository has been archived by the owner on Feb 7, 2019. It is now read-only.

Commit

Permalink
Merge pull request #13 from iromli/fix-setup
Browse files Browse the repository at this point in the history
add flask_featureflags.contrib sub package in install script
  • Loading branch information
Rachel Sanders committed Jun 10, 2015
2 parents 5a88891 + b7ec7f7 commit c96a348
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,12 @@
test_suite="tests",
platforms='any',
include_package_data=True,
packages=['flask_featureflags'],
packages=[
'flask_featureflags',
'flask_featureflags.contrib',
'flask_featureflags.contrib.inline',
'flask_featureflags.contrib.sqlalchemy',
],
install_requires=[
'Flask',
],
Expand Down

0 comments on commit c96a348

Please sign in to comment.