From 3427fe415de603b4e9c6f7cdd932a13c221a8e32 Mon Sep 17 00:00:00 2001 From: Sheng Lundquist Date: Thu, 21 Dec 2023 08:44:26 -1000 Subject: [PATCH] Build md update (#29) --- .gitignore | 2 +- BUILD.md | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e6605c0..52f9281 100644 --- a/.gitignore +++ b/.gitignore @@ -30,7 +30,7 @@ htmlcov */*/build # Pypi builds -lib/*/dist +dist # PEP 582 __pypackages__/ diff --git a/BUILD.md b/BUILD.md index 13722ef..1b8038a 100644 --- a/BUILD.md +++ b/BUILD.md @@ -15,7 +15,6 @@ python -m pip install --upgrade build twine 4. Build the distribution within the subpackage. For example, to build the `fixedpointmath` package, ```bash -cd lib/fixedpointmath python -m build ```