We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d869f62 commit f3284fdCopy full SHA for f3284fd
setup.cfg
@@ -4,8 +4,9 @@ author = Johannes Hoppe
4
author-email = info@johanneshoppe.com
5
summary = Write advanced filename patterns using the Format Specification Mini-Language.
6
description-file = README.rst
7
+description-content-type = text/x-rst; charset=UTF-8
8
home-page = https://github.com/codingjoe/django-dynamic-filenames
-license = MIT License
9
+license = MIT
10
classifier =
11
Development Status :: 5 - Production/Stable
12
Environment :: Web Environment
@@ -15,6 +16,10 @@ classifier =
15
16
Programming Language :: Python
17
Programming Language :: Python :: 3
18
Framework :: Django
19
+keywords =
20
+ django
21
+ django-storages
22
+ file
23
24
[pbr]
25
skip_authors = true
0 commit comments