Skip to content

Commit

Permalink
Included test data in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewHerzing committed Aug 12, 2024
1 parent 324909f commit 7ed5860
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,9 @@
packages=['etspy'],
install_requires=[
'pystackreg',
]
],
package_data={
# Include all data files in the data directory
"etspy": ["tests/test_data/*"]
},
)

0 comments on commit 7ed5860

Please sign in to comment.