Skip to content

Commit

Permalink
main
Browse files Browse the repository at this point in the history
  • Loading branch information
Goekdeniz-Guelmez committed Jul 31, 2024
1 parent 01073ca commit 38d712e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
author="Gökdeniz Gülmez",
url="https://github.com/Goekdeniz-Guelmez/KANama",
license="MIT",
install_requires=requirements_file,
install_requires=requirements,
packages=find_packages(),
python_requires=">=3.10",
classifiers=[
"Programming Language :: Python :: 3.10"
]
],
)

0 comments on commit 38d712e

Please sign in to comment.