From 48b8e40baf43fb2ac36a8926fb17a9a6bbda811b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 2 Jul 2019 13:56:49 +0200 Subject: [PATCH] README nitpick: The %pyproject_install macro installs from PWD --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3898942..fc307ab 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ And install the wheel in %install: Limitations ----------- -`%pyproject_install` currently installs all wheels in `%_builddir`. We are working on a more explicit solution. +`%pyproject_install` currently installs all wheels in `$PWD`. We are working on a more explicit solution. This macro changes shebang lines of every Python script in `%{buildroot}%{_bindir}` to `#! %{__python3} %{py3_shbang_opt}` (`#! /usr/bin/python -s`). We plan to preserve exisiting Python flags in shebangs, but the work is not yet finished.