diff --git a/src/ifcopenshell-python/pyproject.toml b/src/ifcopenshell-python/pyproject.toml index 8d94dc23a6..a29ece3d6e 100644 --- a/src/ifcopenshell-python/pyproject.toml +++ b/src/ifcopenshell-python/pyproject.toml @@ -8,7 +8,7 @@ authors = [ { name="Dion Moult", email="dion@thinkmoult.com" }, ] description = "Python bindings, utility functions, and high-level API for IfcOpenShell" -readme = "README.md" +readme = "../../README.md" classifiers = [ "Programming Language :: Python :: 3", "License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)",