summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <ssssam@gmail.com>2015-09-14 17:45:34 +0100
committerSam Thursfield <ssssam@gmail.com>2015-09-14 17:45:34 +0100
commitca838f506daf3c932b5d1e97623bc821cf77d7de (patch)
tree3b64962e2f91a50c2cb92a2462c50ae5d4f0b211
parent811cc29f573aa5f13c5c39d3f4d75965736c2679 (diff)
downloadsandboxlib-ca838f506daf3c932b5d1e97623bc821cf77d7de.tar.gz
Fix formatting mistakes in HACKING.rst
-rw-r--r--HACKING.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/HACKING.rst b/HACKING.rst
index bc0a699..e681021 100644
--- a/HACKING.rst
+++ b/HACKING.rst
@@ -10,7 +10,8 @@ The 'sandboxlib' library uses PBR_, which makes packaging pretty easy. In
particular, note that PBR_ will work out a version number automatically from
Git tags.
-You need
+You need:
+
- an account on PyPI with access to the 'sandboxlib' project
- push access to https://github.com/codethinklabs/sandboxlib
@@ -28,6 +29,7 @@ and `PEP 440`_ schemes.
For background on realising to the Python Package Index (PyPI), see:
https://packaging.python.org/en/latest/distributing.html.
+.. _PBR: http://docs.openstack.org/developer/pbr/
.. _PBR Linux/Python Compatible Semantic Versioning: http://docs.openstack.org/developer/pbr/semver.html
.. _semantic versioning: http://www.semver.org/
.. _PEP 440: https://www.python.org/dev/peps/pep-0440/