Skip to content

Commit

Permalink
Build md update (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
slundqui authored Dec 21, 2023
1 parent 03ba315 commit 3427fe4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ htmlcov
*/*/build

# Pypi builds
lib/*/dist
dist

# PEP 582
__pypackages__/
Expand Down
1 change: 0 additions & 1 deletion BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit 3427fe4

Please sign in to comment.