Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
letmeNo1 committed Jan 11, 2024
1 parent 64e343d commit b93e750
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 @@ -17,7 +17,7 @@ def parse_requirements(filename):
long_description_content_type="text/markdown",
url="https://github.com/letmeNo1/Makima",
packages=setuptools.find_packages(),
install_requires=parse_requirements('requires.txt'),
install_requires=parse_requirements('requirements.txt'),
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
Expand Down

0 comments on commit b93e750

Please sign in to comment.