-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support setup.cfg and. setup.py project cases #42
Comments
|
Either part of this or a separate issue, need to consider support for "requirements.txt" which is used by setuptools to provide details on dependency management. This may need to be handled at a different level as some things like setup.cfg also provides some dependency management. "install these dependencies (normally in a virtual environment) through pip using the following command: pip install -r requirements.txt" (1) References |
Need to support package/project setup leveraging setup.cfg and/or setup.py method. More emphasis is on pyproject.toml but this will allow "legacy" or "setup" cases sypport.
For additional details see
The text was updated successfully, but these errors were encountered: