File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ author = Johannes Hoppe
4
4
5
5
description = A lightweight file uploader input for Django and Amazon S3
6
6
long_description = file: README.rst
7
+ long_description_content_type = text/x-rst
7
8
url = https://github.com/codingjoe/django-s3file
8
9
license = MIT
9
10
license_file = LICENSE
@@ -15,14 +16,16 @@ classifier =
15
16
License :: OSI Approved :: MIT License
16
17
Operating System :: OS Independent
17
18
Programming Language :: Python
19
+ Programming Language :: JavaScript
18
20
Topic :: Software Development
19
21
Programming Language :: Python :: 3
20
22
Programming Language :: Python :: 3 :: Only
21
23
Programming Language :: Python :: 3.6
22
24
Programming Language :: Python :: 3.7
25
+ Programming Language :: Python :: 3.8
23
26
Framework :: Django
24
- Framework :: Django :: 1.11
25
27
Framework :: Django :: 2.2
28
+ Framework :: Django :: 3.1
26
29
27
30
[options]
28
31
include_package_data = True
You can’t perform that action at this time.
0 commit comments