Skip to content

Commit

Permalink
Fix black
Browse files Browse the repository at this point in the history
  • Loading branch information
livenson committed Feb 5, 2024
1 parent 677c624 commit e696708
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Expand Up @@ -20,7 +20,9 @@
description='Lightweight FreeIPA client',
long_description=open('README.rst').read(),
install_requires=install_requires,
extras_require={'tests': tests_requires,},
extras_require={
'tests': tests_requires,
},
package_dir={'': 'src'},
packages=find_packages('src', exclude=['*.tests', '*.tests.*', 'tests.*', 'tests']),
test_suite='python_freeipa.tests.suite',
Expand Down

0 comments on commit e696708

Please sign in to comment.