Skip to content

Commit 99c039f

Browse files
committed
Fix package description
1 parent 9b751fb commit 99c039f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

setup.cfg

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ author = Johannes Hoppe
44
author_email = [email protected]
55
description = A lightweight file uploader input for Django and Amazon S3
66
long_description = file: README.rst
7+
long_description_content_type = text/x-rst
78
url = https://github.com/codingjoe/django-s3file
89
license = MIT
910
license_file = LICENSE
@@ -15,14 +16,16 @@ classifier =
1516
License :: OSI Approved :: MIT License
1617
Operating System :: OS Independent
1718
Programming Language :: Python
19+
Programming Language :: JavaScript
1820
Topic :: Software Development
1921
Programming Language :: Python :: 3
2022
Programming Language :: Python :: 3 :: Only
2123
Programming Language :: Python :: 3.6
2224
Programming Language :: Python :: 3.7
25+
Programming Language :: Python :: 3.8
2326
Framework :: Django
24-
Framework :: Django :: 1.11
2527
Framework :: Django :: 2.2
28+
Framework :: Django :: 3.1
2629

2730
[options]
2831
include_package_data = True

0 commit comments

Comments
 (0)