You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Its also probably a good idea to do this in setup.cfg and user a pyproject.toml to choose a builder for the project rather than to continue to use setup.py as a command-line.
danizen
changed the title
Modeling dependencies in setup.py and new project issues
Packaging - modeling dependencies in setup.py and/or move to newer project builders
Jun 28, 2022
setup.py should declare the packages you depend on so that pip will install these.
The text was updated successfully, but these errors were encountered: