summaryrefslogtreecommitdiff
path: root/HACKING.txt
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2017-06-27 23:11:44 -0500
committerMichael Merickel <michael@merickel.org>2017-06-28 00:35:47 -0500
commite42ba531963c35a89818bf57f08b0ab87c04e8bf (patch)
treec2de9751babe30009a7c712ee83d1e11f222974e /HACKING.txt
parent7c5880be8dcdd22b51920d2248055db3f386565e (diff)
downloadpyramid-e42ba531963c35a89818bf57f08b0ab87c04e8bf.tar.gz
pyramid-e42ba531963c35a89818bf57f08b0ab87c04e8bf.tar.bz2
pyramid-e42ba531963c35a89818bf57f08b0ab87c04e8bf.zip
add a manifest and a tox step to check it
Diffstat (limited to 'HACKING.txt')
-rw-r--r--HACKING.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/HACKING.txt b/HACKING.txt
index 3e7ddd089..ad89fc490 100644
--- a/HACKING.txt
+++ b/HACKING.txt
@@ -51,11 +51,6 @@ repo, from which you can submit a pull request.
To use the instructions in the steps that follow literally, use the
``export VENV=~/hack-on-pyramid/env`` command.
-- Install ``setuptools-git`` into the virtual environment (for good measure, as
- we're using git to do version control):
-
- $ $VENV/bin/pip install setuptools-git
-
- Install Pyramid from the checkout into the virtual environment, where the
current working directory is the ``pyramid`` checkout directory. We will
install Pyramid in editable (development) mode as well as its testing