Skip to content

Commit

Permalink
specify supported python versions (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
skarzi committed Oct 30, 2020
1 parent 697ed16 commit 6e3a39a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ def read(*names, **kwargs):
"Programming Language :: Python :: Implementation :: CPython",
"Topic :: Utilities",
],
python_requires=">=3.6",
install_requires=["click>=6,<8", "grimp>=1.2.2,<2"],
entry_points={
"console_scripts": ["lint-imports = importlinter.cli:lint_imports_command"]
Expand Down

0 comments on commit 6e3a39a

Please sign in to comment.