Skip to content

Commit

Permalink
Fix path to pyscaffold/default.cfg
Browse files Browse the repository at this point in the history
Tested in PyScaffold 4.1.4
  • Loading branch information
taylormonacelli authored and FlorianWilhelm committed Jan 30, 2022
1 parent 3ac5ec2 commit 745a560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ The locations of the configuration files vary slightly across platforms, but in
general the following rule applies:

- Linux: ``$XDG_CONFIG_HOME/pyscaffold/default.cfg`` with fallback to ``~/.config/pyscaffold/default.cfg``
- OSX: ``~/Library/Preferences/pyscaffold/default.cfg``
- OSX: ``~/Library/Application Support/pyscaffold/default.cfg``
- Windows(≥7): ``%APPDATA%\pyscaffold\pyscaffold\default.cfg``

The file format resembles the ``setup.cfg`` generated automatically by
Expand Down

0 comments on commit 745a560

Please sign in to comment.