mirror of https://github.com/amol-/dukpy.git
Add webassets package to distribution
This commit is contained in:
parent
6399fbd8eb
commit
7ff01ae16a
2
setup.py
2
setup.py
|
@ -23,7 +23,7 @@ setup(
|
||||||
author_email='alessandro.molina@axant.it',
|
author_email='alessandro.molina@axant.it',
|
||||||
url='https://github.com/amol-/dukpy',
|
url='https://github.com/amol-/dukpy',
|
||||||
license='MIT',
|
license='MIT',
|
||||||
packages=['dukpy'],
|
packages=['dukpy', 'dukpy.webassets'],
|
||||||
ext_modules=[duktape],
|
ext_modules=[duktape],
|
||||||
package_data={
|
package_data={
|
||||||
'dukpy': ['*.js'],
|
'dukpy': ['*.js'],
|
||||||
|
|
Loading…
Reference in New Issue