diff --git a/setup.py b/setup.py index dd1ef15..4538ad1 100644 --- a/setup.py +++ b/setup.py @@ -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" - ] + ], )