Ross McNairn commited on
Commit
166d794
·
1 Parent(s): 47b3c28

include data in pkg

Browse files
Files changed (1) hide show
  1. setup.py +3 -0
setup.py CHANGED
@@ -11,6 +11,9 @@ setup(
11
  author_email="derek@wordsmith.ai",
12
  license="MIT",
13
  packages=find_packages(),
 
 
 
14
  install_requires=["llama-index", "chromadb", "llama-index-vector-stores-chroma"],
15
  classifiers=[
16
  "Intended Audience :: End Users",
 
11
  author_email="derek@wordsmith.ai",
12
  license="MIT",
13
  packages=find_packages(),
14
+ package_data={
15
+ 'hello_wordsmith': ['public_wordsmith_dataset/*'],
16
+ },
17
  install_requires=["llama-index", "chromadb", "llama-index-vector-stores-chroma"],
18
  classifiers=[
19
  "Intended Audience :: End Users",