From a7dced070b81bfdcb1183e1038970ab459dcecbd Mon Sep 17 00:00:00 2001 From: Konstantinos Nikoletos Date: Sat, 1 Jul 2023 13:58:44 +0300 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 72c912e..3118112 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,13 +12,13 @@ readme = "README.md" authors = [ { name = "Konstantinos Nikoletos", email = "nikoletos.kon@gmail.com" }, { name = "George Papadakis", email = "gpapadis84@gmail.com" }, + { name = "Jakub Maciejewski", email = "jacobb.maciejewski@gmail.com"} ] license = {text = "Apache Software License 2.0"} classifiers = [ "License :: OSI Approved :: Apache Software License", "Programming Language :: Python", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", @@ -35,7 +35,7 @@ classifiers = [ "Topic :: Software Development :: Libraries :: Python Modules" ] keywords = ["deduplication", "entity-resolution", "link-discovery"] -requires-python = ">=3.7" +requires-python = ">=3.8" dependencies = [ "gensim >= 4.2.0", "matplotlib >= 3.1.3", @@ -73,4 +73,4 @@ dev = ["pip-tools", "pytest"] "Homepage" = "http://pyjedai.rtfd.io" "Documentation" = "http://pyjedai.rtfd.io" "Bug Tracker" = "https://github.com/AI-team-UoA/pyJedAI/issues" -"Source code" = "https://github.com/AI-team-UoA/pyJedAI/tree/main/pyjedai" \ No newline at end of file +"Source code" = "https://github.com/AI-team-UoA/pyJedAI/tree/main/pyjedai"