Skip to content

Commit

Permalink
Changed instalation to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
hmosousa committed Dec 18, 2023
1 parent 53846e4 commit fb87e69
Show file tree
Hide file tree
Showing 28 changed files with 49 additions and 62 deletions.
49 changes: 49 additions & 0 deletions pyproject.toml
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"
6 changes: 0 additions & 6 deletions requirements.txt

This file was deleted.

56 changes: 0 additions & 56 deletions setup.py

This file was deleted.

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.

0 comments on commit fb87e69

Please sign in to comment.