Installing Choreographer via pip results in additional top-level folders under site-packages: results and tests. These are installed alongside the expected choreographer and choreographer.dist-info folders.
Could you clarify:
- Is this installation behavior intentional?
- If so, would it be possible to rename the folders to something more Choreographer-specific (e.g.,
choreographer.results, choreographer.tests) to avoid potential namespace confusion?
- If not intentional, could these folders be excluded from installation?
If this is already covered somewhere in the documentation and I’ve simply overlooked it, feel free to point me in the right direction.
Thanks in advance for your insights!
P.S. Thanks for the release of version 1.2; it's working smoothly in my environment without Chrome but with MS Edge, which has been very helpful.
Installing Choreographer via pip results in additional top-level folders under
site-packages:resultsandtests. These are installed alongside the expectedchoreographerandchoreographer.dist-infofolders.Could you clarify:
choreographer.results,choreographer.tests) to avoid potential namespace confusion?If this is already covered somewhere in the documentation and I’ve simply overlooked it, feel free to point me in the right direction.
Thanks in advance for your insights!
P.S. Thanks for the release of version 1.2; it's working smoothly in my environment without Chrome but with MS Edge, which has been very helpful.