Closed ZLLentz closed 1 year ago
I don't think I've been adding requirements.txt
(or dev-
/ docs-
) to MANIFEST.in
in the recent migration. Either we already have it, or it's unnecessary with pyproject.toml
... Need to double-check those repositories.
Right, if the requirements are embedded in the toml file those repos are probably fine, otherwise they probably have this same issue
Expected Behavior
pip install pcdswidgets should work
Current Behavior
requirements.txt is read during setup.py but is not included in the distribution
Possible Solution
Do the full repo update we've been doing elsewhere incl switching away from setup.py
Context
Experimenting with creating py3.11 environments with designer plugin support