Skip to content

Commit 54e372f

Browse files
committed
missing packs for setuptools
1 parent 6c98284 commit 54e372f

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

setup.py

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,17 @@ def get_data_files():
6464
long_description=get_description(),
6565
url='http://tvlinker.ozmartians.com',
6666
license='GPLv3+',
67-
packages=['tvlinker', 'tvlinker.js2py', 'tvlinker.pyjsparser'],
67+
packages=[
68+
'tvlinker',
69+
'tvlinker.js2py',
70+
'tvlinker.js2py.constructors',
71+
'tvlinker.js2py.es6',
72+
'tvlinker.js2py.host',
73+
'tvlinker.js2py.prototypes',
74+
'tvlinker.js2py.translators',
75+
'tvlinker.js2py.utils',
76+
'tvlinker.pyjsparser'
77+
],
6878
setup_requires=['setuptools'],
6979
install_requires=get_install_requires(),
7080
# extras_require=get_extras_require(),

0 commit comments

Comments
 (0)