Skip to content

Commit 8a6c585

Browse files
committed
Update authors and maintainers
1 parent ce29fb8 commit 8a6c585

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
This document contains information for anyone wishing to contribute to the project.
44

5-
65
## Installation
76

87
The repo includes a simple test application that can be run to develop the pattern library itself. Give it a try by [opening django-pattern-library in Gitpod](https://gitpod.io/#https://github.com/torchbox/django-pattern-library), or follow the instructions below for a local setup.
@@ -150,4 +149,4 @@ On the `main` branch:
150149

151150
Verify that the pattern library is working as you expect it to on your local build.
152151

153-
8. Upload the latest version to PyPI (requires credentials, ask someone named in `pyproject.toml` authors): `poetry publish`
152+
8. Upload the latest version to PyPI (requires credentials, ask someone named in the [maintainers listed on PyPI](https://pypi.org/project/django-pattern-library/)): `poetry publish`

docs/community/security-policy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ This project doesn’t have formal support targets for non-latest versions. Back
88

99
### Reporting a vulnerability
1010

11-
To report a vulnerability, please contact any one of the named authors in the package’s [pyproject.toml](https://github.com/torchbox/django-pattern-library/blob/main/pyproject.toml).
11+
To report a vulnerability, please contact any one of the [maintainers listed on PyPI](https://pypi.org/project/django-pattern-library/).

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name = "django-pattern-library"
33
version = "1.4.0"
44
description = "A module for Django that allows to build pattern libraries for your projects."
55
authors = [
6-
"Ben Dickinson <[email protected]>",
76
"Thibaud Colas <[email protected]>",
87
]
98
license = "BSD-3-Clause"

0 commit comments

Comments
 (0)