Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
amykyta3 committed Oct 12, 2023
1 parent 2d4b531 commit bd29a5a
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 @@ -71,7 +71,7 @@ def run_setup(with_binary):
ext_modules=ext_modules,
cmdclass={"build_ext": ve_build_ext},
python_requires='>=3.5.2',
install_requires=parse_requirements("requirements.txt")
install_requires=parse_requirements("requirements.txt"),
classifiers=[
"Development Status :: 5 - Production/Stable",
"Programming Language :: Python",
Expand Down

0 comments on commit bd29a5a

Please sign in to comment.