Skip to content
This repository has been archived by the owner on Jan 12, 2021. It is now read-only.

Fix sampleproject example #383

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Commits on Feb 6, 2020

  1. Fix sampleproject example

    - Before this change, the instructions with `sampleproject` would fail during the `dephell deps convert --from=setup.py --to=pyproject.toml` step with the error:
    
    > WARNING cannot find tool.dephell section in the config (path=pyproject.toml)
    ERROR NonExistentKey: 'Key "build-system" does not exist.' 
    
    This is because the `HEAD` of `sampleproject` now includes a pyproject file with a section that causes the error above.
    
    - After this change, the sample project example works again because a commit hash from ~Nov 2019 is checked out where a
    pyproject hadn't been added to the `sampleproject` repo yet.
    RileyMShea committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    27a2bab View commit details
    Browse the repository at this point in the history