Skip to content

Commit

Permalink
Merge pull request #8 from remcohaszing/patch-1
Browse files Browse the repository at this point in the history
Remove setuptools from install_requires
  • Loading branch information
elijahandrews authored Mar 18, 2022
2 parents c2c28b3 + 5a4fbfb commit 8d1f469
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ def get_long_description():
version=get_version(),
author='Elijah Andrews',
author_email='[email protected]',
install_requires=['setuptools'],
entry_points={
'flake8.extension': [
'B90 = flake8_blind_except:check_blind_except'
Expand Down

0 comments on commit 8d1f469

Please sign in to comment.