Skip to content

Commit b7570fe

Browse files
authored
Merge pull request #67 from stlehmann/correct_to_extras_require
Correct to extras_require
2 parents 8514f98 + 6f900ca commit b7570fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def find_version(*file_paths):
4949
package_data={"PyQt5-stubs": ['*.pyi']},
5050
packages=["PyQt5-stubs"],
5151
tests_require=["PyQt5==5.14.*"],
52-
extras_requires={"build": ["docker==4.2.0"]},
52+
extras_require={"build": ["docker==4.2.0"]},
5353
classifiers=[
5454
"Development Status :: 4 - Beta",
5555
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)