Skip to content

Commit

Permalink
Fix setup.py typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ArrowAcrobatics committed Nov 2, 2020
1 parent 014a7a0 commit 1ee7ecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
packages=find_packages(exclude=['examples', 'tests']),
install_requires=list(package.strip() for package in open('requirements.txt')),
classifiers=[
'Programming Language :: Python :: 3.7'
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8'
],
python_requires='>=3.7',
Expand Down

0 comments on commit 1ee7ecf

Please sign in to comment.