From 18dc31becdd994c53a9f894087cf1ef99fbd0232 Mon Sep 17 00:00:00 2001 From: Christian Tismer Date: Sun, 17 Dec 2017 19:12:56 +0100 Subject: PEP 384-squash: Implement PEP 384 This is the condensed checkin of 18 commits which created the implementation of PEP 384. Task-number: PYSIDE-560 Change-Id: I834c659af4c2b55b268f8e8dc4cfa53f02502409 Reviewed-by: Qt CI Bot Reviewed-by: Alexandru Croitor --- setup.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index ccd880b69..60b86adcc 100644 --- a/setup.py +++ b/setup.py @@ -136,6 +136,8 @@ using `setup.py build`: --sanitize-address will build the project with address sanitizer enabled (Linux or macOS only). --skip-docs skip the documentation generation. + --limited-api=yes|no default yes if applicable + Set or clear the limited API flag. Ignored for Python 2. REQUIREMENTS: -- cgit v1.2.3