From a9849046e805d8add53761c5275fc1f0220b836d Mon Sep 17 00:00:00 2001 From: Doug Ransom Date: Mon, 19 Feb 2024 10:14:15 -0800 Subject: [PATCH] removed hy use flit, updated readme slightly --- README.md | 6 ++++-- "Why use Flit- \342\200\224 Flit 3.0.0 documentation.url" | 2 -- 2 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 "Why use Flit- \342\200\224 Flit 3.0.0 documentation.url" diff --git a/README.md b/README.md index 5477ed5..88b904e 100644 --- a/README.md +++ b/README.md @@ -47,9 +47,11 @@ You can run pytest from project root folder to run the tests that don't depend o ## Notes About Packaging for Developers -The package is specified in `pyproject.toml` and built with [flit](https://pypi.org/project/flit/). +The package is specified in `pyproject.toml` and uses [flit](https://pypi.org/project/flit/) as the underlying build tool. -`py -m flit build` (or just `flit build`) builds the package. A github action publishes to publishes to [Python Packaging Index](https://pypi.org/). +Too build the package locally, + +`py -m flit build` (or just `flit build`) builds the package. You can also use `python -m build` if you have build installed. A github action publishes to publishes to [Python Packaging Index](https://pypi.org/). diff --git "a/Why use Flit- \342\200\224 Flit 3.0.0 documentation.url" "b/Why use Flit- \342\200\224 Flit 3.0.0 documentation.url" deleted file mode 100644 index c73d11b..0000000 --- "a/Why use Flit- \342\200\224 Flit 3.0.0 documentation.url" +++ /dev/null @@ -1,2 +0,0 @@ -[InternetShortcut] -URL=https://flit.readthedocs.io/en/latest/rationale.html