Skip to content

Commit 980afdf

Browse files
authored
adding missing comma
1 parent 07706db commit 980afdf

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
@@ -19,7 +19,7 @@
1919
package_data={
2020
'sunspec2.tests': ['test_data/*', 'tls_data/*'],
2121
'sunspec2': ['models/json/*'],
22-
}
22+
},
2323
scripts=['scripts/suns.py'],
2424
python_requires='>=3.5',
2525
extras_require={

0 commit comments

Comments
 (0)