You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ro...@apache.org on 2023/06/02 15:57:46 UTC

[qpid-proton] branch main updated: PROTON-2742: remove incorrect instructions, would duplicate main INSTALL.md if fixed

This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-proton.git


The following commit(s) were added to refs/heads/main by this push:
     new 4992b369a PROTON-2742: remove incorrect instructions, would duplicate main INSTALL.md if fixed
4992b369a is described below

commit 4992b369a1b7aaa81913b4a5413616cf88d347bd
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Fri Jun 2 16:55:35 2023 +0100

    PROTON-2742: remove incorrect instructions, would duplicate main INSTALL.md if fixed
---
 python/PACKAGING.txt | 26 --------------------------
 1 file changed, 26 deletions(-)

diff --git a/python/PACKAGING.txt b/python/PACKAGING.txt
deleted file mode 100644
index 962a0bad0..000000000
--- a/python/PACKAGING.txt
+++ /dev/null
@@ -1,26 +0,0 @@
-This document describes how to build a native Python source package.
-This can be used to install the Python bindings via pip.
-
-First configure the project using 'cmake' then build it. You do not
-need to install the project. See the INSTALL.md file at the project's
-top directory for details on building.
-
-Once you have built the project, there should be a 'dist' directory in
-the Python bindings directory in the build directory.
-
-For example, assuming the build directory is named 'build':
-
-$ cd build/python/dist
-
-You can now run the setup.py script from within the dist directory to
-build your source distribution package.
-
-To build a Python source distribution:
-
-$ python ./setup.py sdist
-
-To build and install:
-
-$ python ./setup.py build install
-
-


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org