fix save drawings bug, ensure html files are copied into package

This commit is contained in:
louisnw
2024-05-29 11:41:41 +01:00
parent 8cd4eed2c0
commit c518cb335b
4 changed files with 19 additions and 8 deletions

View File

@ -5,7 +5,7 @@ with open('README.md', 'r', encoding='utf-8') as f:
setup(
name='lightweight_charts',
version='1.0.20',
version='2.0',
packages=find_packages(),
python_requires='>=3.8',
install_requires=[
@ -13,7 +13,7 @@ setup(
'pywebview>=5.0.5',
],
package_data={
'lightweight_charts': ['js/*.js'],
'lightweight_charts': ['js/*'],
},
author='louisnw',
license='MIT',