Skip to content

Commit 1ee7ecf

Browse files
Fix setup.py typo
1 parent 014a7a0 commit 1ee7ecf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
packages=find_packages(exclude=['examples', 'tests']),
1515
install_requires=list(package.strip() for package in open('requirements.txt')),
1616
classifiers=[
17-
'Programming Language :: Python :: 3.7'
17+
'Programming Language :: Python :: 3.7',
1818
'Programming Language :: Python :: 3.8'
1919
],
2020
python_requires='>=3.7',

0 commit comments

Comments
 (0)