hundreds-book-52492
12/13/2023, 3:07 PMlate-advantage-75311
12/13/2023, 3:31 PMhundreds-book-52492
12/13/2023, 4:10 PM.
├── mylibrary
│ ├── __init__.py
│ └── submodule
│ └── __init__.py
├── pyproject.toml
└── tests
├── __init__.py
└── test_foo.py
That’s a pretty typical layout, and is generally how I want all of my subprojects to look (before the build files are added). Each sub-project is a separate library that will be published to pypi.
Unfortunately I got pretty far in my refactoring work before I triggered this issue, but I’ll try to get a minimal example up tomorrow for a change that broke things.hundreds-book-52492
12/13/2023, 4:16 PMpython-packages
, and I’m breaking them up into 3 or 4 while keeping the older ones around until the whole thing is done. Not every directory has a build file since I had trouble making that work, but I’ve got a feeling that’s part of the problem.late-advantage-75311
12/13/2023, 4:54 PMcurved-television-6568
12/13/2023, 5:29 PMcurved-television-6568
12/13/2023, 5:30 PMhappy-kitchen-89482
12/13/2023, 11:15 PMhundreds-book-52492
12/14/2023, 12:31 PMhundreds-book-52492
12/14/2023, 1:19 PM