Skip to content

Commit 917b6c6

Browse files
committed
Update author and maintainer details
1 parent 2815996 commit 917b6c6

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ wagtail_storages/tests/media/
77
*.egg-info
88
*.sqlite3
99
.coverage
10+
.DS_Store

setup.cfg

+4-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@ name = wagtail-storages
33
version = attr: wagtail_storages.__version__
44
description = Use AWS S3 with private documents in Wagtail.
55
long-description = file: README.rst
6-
author = Tomasz Knapik
7-
author_email = [email protected]
6+
author = Torchbox
7+
author_email = [email protected]
8+
maintainer = Torchbox
9+
maintainer_email = [email protected]
810
url = https://github.com/torchbox/wagtail-storages
911
license = BSD 2-Clause License
1012
classifiers =

0 commit comments

Comments
 (0)