From 25906bb7a7729465fba8bb46682bb5bde1682b11 Mon Sep 17 00:00:00 2001 From: Felipe Moreno Date: Sat, 14 Sep 2024 14:41:18 -0400 Subject: [PATCH 1/2] Replace code to avoid confusing tool with the packaging tools --- package-structure-code/intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package-structure-code/intro.md b/package-structure-code/intro.md index 90b35aa42..af6ffedac 100644 --- a/package-structure-code/intro.md +++ b/package-structure-code/intro.md @@ -111,7 +111,7 @@ and for anyone who is just getting started with creating a Python package. In this section of our Python packaging guide, we: - Provide an overview of the options available to you when packaging your - tool. + code. - Suggest tools and approaches that both meet your needs and also support existing standards. - Suggest tools and approaches that will allow you to expand upon a workflow From a40dd1c6095c41b83f46d95fe827f7323b1d4e17 Mon Sep 17 00:00:00 2001 From: Felipe Moreno Date: Sat, 14 Sep 2024 14:45:32 -0400 Subject: [PATCH 2/2] Avoid confusing between tool (the code in the package) and tool as in packaging tools --- package-structure-code/intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package-structure-code/intro.md b/package-structure-code/intro.md index af6ffedac..94b80e72a 100644 --- a/package-structure-code/intro.md +++ b/package-structure-code/intro.md @@ -115,7 +115,7 @@ In this section of our Python packaging guide, we: - Suggest tools and approaches that both meet your needs and also support existing standards. - Suggest tools and approaches that will allow you to expand upon a workflow - that may begin as a pure Python tool and evolve into a tool that requires + that may begin as a pure Python code and evolve into code that requires addition layers of complexity in the packaging build. - Align our suggestions with the most current, accepted [PEPs (Python Enhancement Protocols)](https://peps.python.org/pep-0000/)