Skip to content

Commit

Permalink
ReadTheDocs fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
jfjlaros committed Nov 28, 2020
1 parent a643876 commit ba202df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

call('pip install ..', shell=True)

from ordered-map import _get_metadata
from ordered_map import _get_metadata


author = _get_metadata('Author')
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ classifiers =
[options]
packages = find:
install_requires =
PyYAML==5.3.1
tests_require =
pytest==5.4.1

Expand Down

0 comments on commit ba202df

Please sign in to comment.