Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sigmavirus24 committed May 17, 2024
1 parent c0bcb7f commit 9451737
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 @@ -44,7 +44,7 @@ def run_tests(self):
py_modules=['pep8ext_naming'],
install_requires=['flake8>=5.0.0'],
zip_safe=False,
python_requires='>=3.7',
python_requires='>=3.i',
entry_points={
'flake8.extension': [
'N8 = pep8ext_naming:NamingChecker',
Expand Down

0 comments on commit 9451737

Please sign in to comment.