-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed instalation to pyproject.toml
- Loading branch information
Showing
28 changed files
with
49 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
[build-system] | ||
requires = ["setuptools>=42", "wheel", "setuptools-git-versioning"] | ||
build-backend = "setuptools.build_meta" | ||
|
||
[tool.setuptools-git-versioning] | ||
enabled = true | ||
|
||
[project] | ||
name = "tieval" | ||
dynamic = ["version"] | ||
dependencies = [ | ||
"nltk", | ||
"xmltodict", | ||
"networkx>=2.8.1", | ||
"py_heideltime", | ||
"cached-path==1.1.2", | ||
] | ||
requires-python = ">=3.8" | ||
authors = [{ name = "Hugo Sousa", email = "[email protected]" }] | ||
maintainers = [{ name = "Hugo Sousa", email = "[email protected]" }] | ||
description = "A framework for evaluation and development of temporal-aware models." | ||
readme = "README.md" | ||
license = { file = "LICENSE" } | ||
keywords = [ | ||
"temporal information", | ||
"evaluation", | ||
"temporal information extraction", | ||
"temporal relation classification", | ||
"temporal relation extraction", | ||
"temporal expression identification", | ||
"event identification", | ||
"event classification", | ||
] | ||
classifiers = [ | ||
'Development Status :: 2 - Pre-Alpha', | ||
'License :: OSI Approved :: MIT License', | ||
'Programming Language :: Python', | ||
'Programming Language :: Python :: 3.8', | ||
'Programming Language :: Python :: 3.9', | ||
'Programming Language :: Python :: 3.10', | ||
] | ||
|
||
[project.optional-dependencies] | ||
test = ["pytest"] | ||
models = ["allenlp==2.9.3", "py_heideltime"] | ||
|
||
[project.urls] | ||
Documentation = "https://tieval.readthedocs.io/" | ||
Repository = "https://github.com/LIAAD/tieval" |
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.