Skip to content

Commit

Permalink
remove deprecated pytoml (no longer used by flit)
Browse files Browse the repository at this point in the history
  • Loading branch information
bollwyvl committed Mar 14, 2021
1 parent fca5cc3 commit 0f2b021
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion doc/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ and may gain features not available in the legacy `doit.cfg`.

- `toml <https://pypi.org/project/toml/>`_
- `tomlkit <https://pypi.org/project/tomlkit/>`_
- `pytoml <https://pypi.org/project/pytoml/>`_


TOML vs INI
Expand Down
1 change: 0 additions & 1 deletion doc/dictionary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,6 @@ pyinotify
pylogo
pypi
pytest
pytoml
python2
python3
pythonic
Expand Down
2 changes: 1 addition & 1 deletion doit/doit_cmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def set_var(name, value):


# until there is one in python's standard library
_TOML_LIBS = ['toml', 'tomlkit', 'pytoml']
_TOML_LIBS = ['toml', 'tomlkit']


def _toml_loads(text):
Expand Down

0 comments on commit 0f2b021

Please sign in to comment.