Skip to content

Commit

Permalink
[Typo] fix typo (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuta1125tp committed Apr 19, 2023
1 parent faf6f2a commit 9e43b46
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 @@ -124,5 +124,5 @@ def gen_packages_items():
],
url='https://github.com/kennymckormick/pyskl',
license='Apache License 2.0',
install_requires=parse_requirements('requirement.txt'),
install_requires=parse_requirements('requirements.txt'),
zip_safe=False)

0 comments on commit 9e43b46

Please sign in to comment.