Skip to content

Commit

Permalink
Fix package description
Browse files Browse the repository at this point in the history
  • Loading branch information
codingjoe committed Sep 20, 2020
1 parent 9b751fb commit 99c039f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ author = Johannes Hoppe
author_email = info@johanneshoppe.com
description = A lightweight file uploader input for Django and Amazon S3
long_description = file: README.rst
long_description_content_type = text/x-rst
url = https://github.com/codingjoe/django-s3file
license = MIT
license_file = LICENSE
Expand All @@ -15,14 +16,16 @@ classifier =
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: JavaScript
Topic :: Software Development
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Framework :: Django
Framework :: Django :: 1.11
Framework :: Django :: 2.2
Framework :: Django :: 3.1

[options]
include_package_data = True
Expand Down

0 comments on commit 99c039f

Please sign in to comment.