mirror of https://github.com/amol-/dukpy.git
fix package_data
This commit is contained in:
parent
f3a6912725
commit
9be4edbf6d
3
setup.py
3
setup.py
|
@ -38,7 +38,8 @@ setup(
|
|||
ext_modules=[duktape],
|
||||
install_requires=INSTALL_REQUIRES,
|
||||
package_data={
|
||||
'dukpy': ['jsmodules/*.js', 'jsmodules/react/*.js'],
|
||||
'dukpy': ['jsmodules/*.js', 'jsmodules/react/*.js',
|
||||
'jsmodules/less/*/*.js', 'jsmodules/less/*/*/*.js'],
|
||||
},
|
||||
classifiers=[
|
||||
'Development Status :: 3 - Alpha',
|
||||
|
|
Loading…
Reference in New Issue