Skip to content

Commit db2e0c1

Browse files
authored
Merge pull request #4 from edx/noraiz/fix_typo
fix a typo in setup file
2 parents 2a4e2b1 + 3c27450 commit db2e0c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def package_data(pkg, root):
2424
classifiers=[
2525
'Programming Language :: Python :: 2',
2626
'Programming Language :: Python :: 3',
27-
]
27+
],
2828
packages=[
2929
'done',
3030
],

0 commit comments

Comments
 (0)