-
Notifications
You must be signed in to change notification settings - Fork 50
/
pyproject.toml
31 lines (28 loc) · 960 Bytes
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[project]
name = "transition_neural_parser"
version = '0.5.4'
authors = [
{ name="Ramon", email="[email protected]" },
{ name="Young-Suk", email="[email protected]" },
{ name="Tahira", email="[email protected]" },
{ name="Sadhana", email="[email protected]" },
{ name="GX", email="[email protected]" },
{ name="Hans", email="[email protected]" },
{ name="Salim", email="[email protected]" },
]
description = "The package for transition based nueral AMR parser"
readme = "README.md"
requires-python = ">=3.7"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: Apache Software License",
"Operating System :: POSIX :: Linux",
]
[tool.poetry.platforms]
os = "linux, darwin"
[project.urls]
homepage = "https://github.com/IBM/transition-amr-parser"
tracker = "https://github.com/IBM/transition-amr-parser"