remove extraneous comma in setup.py

This commit is contained in:
jesopo 2020-03-12 16:44:25 +00:00
parent e0572f5bed
commit 17b5fb124d
1 changed files with 1 additions and 1 deletions

View File

@ -24,5 +24,5 @@ setuptools.setup(
"Operating System :: Microsoft :: Windows",
"Topic :: Communications :: Chat :: Internet Relay Chat"
],
python_requires='>=3.6',
python_requires='>=3.6'
)