From 019db253638dc3ae51d7b18668cfa69e38c6c391 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 1 Dec 2018 00:16:09 +0100 Subject: [PATCH] Add note about package maintainers. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3854532..20bafbc 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,8 @@ $ pipenv run distribusi --help ## Release It +You'll need a [PyPi](https://pypi.org/) account and be added as a maintainer. + ``` $ make publish ```