Skip to content

Commit

Permalink
add include_package_data=True
Browse files Browse the repository at this point in the history
  • Loading branch information
mmerickel committed Nov 29, 2021
1 parent 791c83e commit b854435
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,7 +31,8 @@ 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 =
jinja2>=2.5.0,!=2.11.0,!=2.11.1,!=2.11.2
Expand All @@ -40,7 +41,7 @@ install_requires =
zope.deprecation

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

[options.entry_points]
pyramid.scaffold =
Expand Down

0 comments on commit b854435

Please sign in to comment.