Skip to content

Commit b37996f

Browse files
committed
Fix flake errors
1 parent 7a8fbd9 commit b37996f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,13 +107,13 @@ def _add_extension_options(ext: Extension):
107107
author_email="[email protected]", # A placeholder for now
108108
long_description=Path("README.rst").read_text(),
109109
long_description_content_type="text/x-rst",
110-
cmdclass= {"build_ext": BuildIsalExt},
110+
cmdclass={"build_ext": BuildIsalExt},
111111
license="MIT",
112112
keywords="isal isa-l compression deflate gzip igzip",
113113
zip_safe=False,
114114
packages=find_packages('src'),
115115
package_dir={'': 'src'},
116-
package_data={'isal': ['*.pxd', '*.pyx', os.path.join('isa-l','*')]},
116+
package_data={'isal': ['*.pxd', '*.pyx', os.path.join('isa-l', '*')]},
117117
url="https://github.com/pycompression/python-isal",
118118
classifiers=[
119119
"Programming Language :: Python :: 3 :: Only",

0 commit comments

Comments
 (0)