Skip to content

Commit

Permalink
Add 'templates' subdirectory to installation wildcards
Browse files Browse the repository at this point in the history
  • Loading branch information
iainrb committed Jan 22, 2025
1 parent 7baf780 commit e3b88da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
'resources/*',
'R/*',
'r/*',
'Rscripts/*'
'Rscripts/*',
'templates/*'
]

with open("README.md", "r") as fh:
Expand Down

0 comments on commit e3b88da

Please sign in to comment.