Skip to content

Commit

Permalink
Fix typo in setup.cfg
Browse files Browse the repository at this point in the history
Fixes PyPI error:

    HTTPError: 400 Client Error: Invalid value for classifiers. Error:
    Classifier '[' is not a valid classifier. for url:
    https://upload.pypi.org/legacy/
  • Loading branch information
jdufresne committed May 27, 2020
1 parent cf724fc commit 2dc25d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ author_email = [email protected]
description = Full featured redis cache backend for Django.
long_description = file: README.rst
license = BSD-3-Clause
classifiers = [
classifiers =
Development Status :: 5 - Production/Stable
Environment :: Web Environment
Framework :: Django
Expand Down

0 comments on commit 2dc25d8

Please sign in to comment.