Configure setup() using setup.cfg (#667)

Dependencies are not read from requirements.txt intentionally, so only
direct dependencies without version pinning are included.

Setuptools documentation:
https://setuptools.pypa.io/en/latest/userguide/declarative_config.html
This commit is contained in:
jan Anja
2022-02-26 03:29:54 +05:00
committed by GitHub
parent c3634a5135
commit 5069838e69
3 changed files with 39 additions and 27 deletions
+1
View File
@@ -20,6 +20,7 @@ jobs:
python -m
pip install
build
setuptools
--user
- name: Set dev timestamp
run: echo "DEV_BUILD=$(date +%s)" >> $GITHUB_ENV