Skip to content

Commit

Permalink
setup.py: include package data, MANIFEST.in
Browse files Browse the repository at this point in the history
  • Loading branch information
nl0 committed Sep 15, 2022
1 parent aa3c2ed commit db67125
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lambdas/status_reports/MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include src/t4_lambda_status_reports/templates/*
1 change: 1 addition & 0 deletions lambdas/status_reports/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
version="0.0.1",
packages=find_packages(where="src"),
package_dir={"": "src"},
include_package_data=True,
install_requires=[
"Jinja2==3.1.2",
"aiobotocore==2.3.4",
Expand Down

0 comments on commit db67125

Please sign in to comment.