Skip to content

Commit 8c90ac9

Browse files
authored
Add missing comma (typo)
1 parent 657d390 commit 8c90ac9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
'Programming Language :: Python :: 2.7',
1717
'Programming Language :: Python :: 3.7',
1818
'Programming Language :: Python :: 3.8',
19-
'Programming Language :: Python :: 3.9',
20-
'Programming Language :: Python :: 3.10'
19+
'Programming Language :: Python :: 3.9',
20+
'Programming Language :: Python :: 3.10',
2121
'Programming Language :: Python :: 3.11'],
2222
install_requires = ['numpy','matplotlib','scipy',
2323
'future','tqdm'],

0 commit comments

Comments
 (0)