Skip to content

Commit

Permalink
Use extras_require, not unknown extra_requires (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
deepyaman committed Aug 8, 2021
1 parent 758daf5 commit d52b41f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def read(*names, **kwargs):
],
python_requires=">=3.6",
install_requires=["click>=6,<9", "grimp>=1.2.3,<2"],
extra_requires={"toml": ["toml"]},
extras_require={"toml": ["toml"]},
entry_points={
"console_scripts": ["lint-imports = importlinter.cli:lint_imports_command"]
},
Expand Down

0 comments on commit d52b41f

Please sign in to comment.