Skip to content

Commit f3284fd

Browse files
committed
Fix package configuration
1 parent d869f62 commit f3284fd

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

setup.cfg

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ author = Johannes Hoppe
44
author-email = info@johanneshoppe.com
55
summary = Write advanced filename patterns using the Format Specification Mini-Language.
66
description-file = README.rst
7+
description-content-type = text/x-rst; charset=UTF-8
78
home-page = https://github.com/codingjoe/django-dynamic-filenames
8-
license = MIT License
9+
license = MIT
910
classifier =
1011
Development Status :: 5 - Production/Stable
1112
Environment :: Web Environment
@@ -15,6 +16,10 @@ classifier =
1516
Programming Language :: Python
1617
Programming Language :: Python :: 3
1718
Framework :: Django
19+
keywords =
20+
django
21+
django-storages
22+
file
1823

1924
[pbr]
2025
skip_authors = true

0 commit comments

Comments
 (0)