From 9c170e0b723bef8fe4d1c0b5fec417decec73d10 Mon Sep 17 00:00:00 2001 From: Caglar Demir Date: Wed, 27 Mar 2024 14:20:58 +0100 Subject: [PATCH] setup is updated. --- setup.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index 690a4b7..5f50863 100644 --- a/setup.py +++ b/setup.py @@ -11,15 +11,16 @@ install_requires=[ "pandas>=1.5.0", "rdflib>=6.0.2", - "parsimonious>=0.8.1"], - author='Ontolearn Team', + "parsimonious>=0.8.1", + "pytest>=8.1.1"], + author='Caglar Demir', author_email='caglardemir8@gmail.com', url='https://github.com/dice-group/owlapy', classifiers=[ - "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.10", "License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)", "Topic :: Scientific/Engineering"], - python_requires='>=3.8', + python_requires='>=3.10', long_description=long_description, long_description_content_type="text/markdown", )