Skip to content

Commit

Permalink
news fragment
Browse files Browse the repository at this point in the history
  • Loading branch information
omry committed Nov 6, 2019
1 parent de38742 commit ef502a0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions news/266.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Allow '=' to be used in the value of an override, eg. foo=bar=10 (key foo, value bar=10).
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,10 @@ def run(self):
"Operating System :: MacOS",
"Operating System :: Microsoft :: Windows",
],
install_requires=["omegaconf>=1.4.0rc1", 'pathlib2>=2.2.0;python_version<"3.0"'],
install_requires=[
"omegaconf>=1.4.0rc1",
'pathlib2>=2.2.0;python_version<"3.0"',
],
# Install development dependencies with
# pip install -e .[dev]
extras_require={
Expand Down

0 comments on commit ef502a0

Please sign in to comment.