Skip to content

Commit

Permalink
setup.py: fix out of tree build
Browse files Browse the repository at this point in the history
Fixes: commit 1cc41b1 ("pylibfdt: Add packaging metadata")

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-Id: <20220103073855.1468799-3-marcandre.lureau@redhat.com>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
  • Loading branch information
elmarco authored and dgibson committed Jan 3, 2022
1 parent ff5afb9 commit 4048aed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

srcdir = os.path.dirname(__file__)

with open("README", "r") as fh:
with open(os.path.join(srcdir, "README"), "r") as fh:
long_description = fh.read()

def get_top_builddir():
Expand Down

0 comments on commit 4048aed

Please sign in to comment.