Skip to content

Commit

Permalink
add include_package_data=True to avoid future gotchas
Browse files Browse the repository at this point in the history
  • Loading branch information
mmerickel committed Nov 29, 2021
1 parent 527cbfd commit 0d5fc3c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,15 @@ maintainer_email = pylons-discuss@googlegroups.com
[options]
package_dir=
=src
packages=find:
packages = find:
include_package_data = True
python_requires = >=3.7.0
install_requires =
Mako>=1.1.0
pyramid

[options.packages.find]
where=src
where = src

[options.extras_require]
testing =
Expand Down

0 comments on commit 0d5fc3c

Please sign in to comment.