Project configuration w/o packaging? #1201
-
Though most of my projects are intended to produce packages, some are really just a collection of scripts that are really not meant to be imported (just ran at CLI). When I use |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Can you please provide an example? My assumption is that the default heuristic for whether or not to skip installation is not precise enough: https://github.com/pypa/hatch/blob/hatch-v1.9.1/src/hatch/env/plugin/interface.py#L383 I should therefore, if |
Beta Was this translation helpful? Give feedback.
-
Sure - basics of project layout and
|
Beta Was this translation helpful? Give feedback.
-
Discovered that the |
Beta Was this translation helpful? Give feedback.
Discovered that the
skip-install
config option achieves most of what I want.