Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikoletos-K committed Jul 1, 2023
1 parent 3eec8f5 commit a7dced0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ readme = "README.md"
authors = [
{ name = "Konstantinos Nikoletos", email = "[email protected]" },
{ name = "George Papadakis", email = "[email protected]" },
{ name = "Jakub Maciejewski", email = "[email protected]"}
]
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",
Expand All @@ -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",
Expand Down Expand Up @@ -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"
"Source code" = "https://github.com/AI-team-UoA/pyJedAI/tree/main/pyjedai"

0 comments on commit a7dced0

Please sign in to comment.