Skip to content

Commit

Permalink
install all the packages, not just the top-level
Browse files Browse the repository at this point in the history
  • Loading branch information
jnhmcknight committed Jun 17, 2022
1 parent 52b8ad5 commit aafdb2e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,7 @@ def readme():
maintainer_email=email,
license='MIT',
python_requires=">=3.6",
packages=[
'flask_csp',
],
packages=setuptools.find_packages(),
install_requires=[
'Flask',
],
Expand Down

0 comments on commit aafdb2e

Please sign in to comment.