package support multiple version of python 2.7 and 3.9. Need to use the pyproject.toml for package.
How to specify a different requirement file based on python version ?
[project]
dynamic = ["dependencies"]
[tool.setuptools.dynamic]
dependencies = {file = ["requirements.txt"]}
found this How to reference a requirements.txt in the pyproject.toml of a setuptools project?
New contributor
Enemy is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.