Skip to content

Commit bb4f860

Browse files
committed
fix syntax
1 parent f56cb1c commit bb4f860

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def write_version_py(filename=None):
9090
#~~~~~~~#
9191

9292
setup(name='quantecon',
93-
packages=find_packages('quantecon')
93+
packages=find_packages('quantecon'),
9494
version=VERSION,
9595
description=DESCRIPTION,
9696
long_description=LONG_DESCRIPTION,
@@ -107,6 +107,6 @@ def write_version_py(filename=None):
107107
'requests',
108108
'scipy>=1.0.0',
109109
'sympy',
110-
]
110+
],
111111
include_package_data=True
112-
)
112+
)

0 commit comments

Comments
 (0)