We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebdcf8d commit 71ee04fCopy full SHA for 71ee04f
setup.py
@@ -26,7 +26,8 @@
26
python_requires='>=3.9',
27
packages=find_packages(),
28
package_dir={'nedry': 'nedry'},
29
- package_data={'nedry': [os.path.join('nedry', 'quotedb.json')]},
+ package_data={'nedry': ['quotedb.json',
30
+ os.path.join('builtin_plugins', 'writing_prompts.txt')]},
31
include_package_data=True,
32
zip_safe=False,
33
install_requires=requirements
0 commit comments