From 19d341b5be789e97000d3dcbd33de75d8b061829 Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Mon, 26 Jun 2017 03:48:21 -0700 Subject: change http://docs.pylonsproject.org to https - use correct URL for code style - use correct Pyramid version for zodb wiki src file template --- HACKING.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'HACKING.txt') diff --git a/HACKING.txt b/HACKING.txt index bbebb5165..3e7ddd089 100644 --- a/HACKING.txt +++ b/HACKING.txt @@ -140,7 +140,7 @@ Coding Style - PEP8 compliance. Whitespace rules are relaxed: not necessary to put two newlines between classes. But 79-column lines, in particular, are mandatory. - See http://docs.pylonsproject.org/en/latest/community/codestyle.html for more + See https://pylonsproject.org/community-coding-style-standards.html for more information. - Please do not remove trailing whitespace. Configure your editor to reduce -- cgit v1.2.3 From e42ba531963c35a89818bf57f08b0ab87c04e8bf Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Tue, 27 Jun 2017 23:11:44 -0500 Subject: add a manifest and a tox step to check it --- HACKING.txt | 5 ----- 1 file changed, 5 deletions(-) (limited to 'HACKING.txt') 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 -- cgit v1.2.3