how to use key_type file: ? #3222
Unanswered
zh601095001
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For example, I want to load install_requires from file(requirement.txt) in setup.cfg? How I can do that?
├───dist
├───mypackage
├───mypackage.egg-info
├───test
├───requirements.txt --------------->use this file in setup.cfg?
├───setup.cfg
├───MANIFEST.in
├───README.md
└───pyproject.toml
Beta Was this translation helpful? Give feedback.
All reactions