From b7cdadb8f200e49680739ddb9c637a76c0f15f04 Mon Sep 17 00:00:00 2001 From: Volker Birk Date: Wed, 5 May 2021 00:46:18 +0200 Subject: [PATCH] bitbucket does not exist anymore, we're on https://gitea.pep.foundation/fdik/pypeg2 now --- Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 242e73c..90413b3 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ PYTHON=python3.3 -.PHONY: docs test_docs clean push dist test register deploy +.PHONY: docs test_docs clean dist test register deploy docs: $(MAKE) -C docs @@ -24,9 +24,6 @@ clean: $(MAKE) -C docs clean rm -Rf dist MANIFEST docs.zip pyPEG2.tar.gz pyPEG2-*.tar.gz -push: - hg push ssh://hg@bitbucket.org/fdik/pyPEG - dist: docs $(PYTHON) setup.py sdist