Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zengbin93 committed Sep 10, 2023
1 parent 65f70d4 commit c3256de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
packages=find_packages(exclude=['test', 'images', 'docs', 'examples', 'hist']),
include_package_data=True,
install_requires=install_requires,
package_data={'': ['data/*.csv']},
package_data={'': ['utils/china_calendar.feather']},
classifiers=[
'License :: OSI Approved :: Apache Software License',
'Programming Language :: Python :: 3.7',
Expand Down

0 comments on commit c3256de

Please sign in to comment.