Skip to content

Commit

Permalink
Add missing comma (typo)
Browse files Browse the repository at this point in the history
  • Loading branch information
wrightky authored Jun 20, 2023
1 parent 657d390 commit 8c90ac9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10'
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11'],
install_requires = ['numpy','matplotlib','scipy',
'future','tqdm'],
Expand Down

0 comments on commit 8c90ac9

Please sign in to comment.