mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-05-23 08:02:31 -04:00
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:
@@ -20,6 +20,7 @@ jobs:
|
||||
python -m
|
||||
pip install
|
||||
build
|
||||
setuptools
|
||||
--user
|
||||
- name: Set dev timestamp
|
||||
run: echo "DEV_BUILD=$(date +%s)" >> $GITHUB_ENV
|
||||
|
||||
Reference in New Issue
Block a user