Adding support for `pip`

main
ThereforeGames 2024-06-04 05:56:55 -04:00
parent fd73878a37
commit 22e4a0e52f
5 changed files with 1 additions and 1 deletions

0
docs/__init__.py Normal file
View File

View File

@ -8,6 +8,6 @@ setup(
version="11.0.2",
packages=find_packages(),
package_data={
'unprompted': ['config.json', 'shortcodes/*', 'lib_unprompted/*'],
'unprompted': ['config.json', 'shortcodes/*', 'lib_unprompted/*', 'templates/common/*'],
},
)

View File

View File

View File