Skip to content

Commit 7d306dd

Browse files
Ramon Fernandez AstudilloGitHub Enterprise
authored andcommitted
Merge pull request #122 from mnlp/change-pyproject
+ Update the pyproject version and author information
2 parents 573d717 + 4e93566 commit 7d306dd

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

pyproject.toml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,15 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "transition_neural_parser"
7-
version = '0.5.2.1'
7+
version = '0.5.3'
88
authors = [
9+
{ name="Ramon", email="ramon.astudillo@ibm.com" },
10+
{ name="Young-Suk", email="ysuklee@us.ibm.com" },
11+
{ name="Tahira", email="tnaseem@us.ibm.com" },
12+
{ name="Sadhana", email="sadhana.kumaravel1@ibm.com" },
913
{ name="GX", email="GX.Xu@ibm.com" },
14+
{ name="Hans", email="raduf@us.ibm.com" },
15+
{ name="Salim", email="roukos@us.ibm.com" },
1016
]
1117
description = "The package for transition based nueral AMR parser"
1218
readme = "README.md"
@@ -21,5 +27,5 @@ classifiers = [
2127
os = "linux"
2228

2329
[project.urls]
24-
"Homepage" = "https://github.ibm.com/mnlp/transition-amr-parser/tree/transition-neural-parser"
25-
"Bug Tracker" = "https://github.ibm.com/mnlp/transition-amr-parser/issues"
30+
homepage = "https://github.ibm.com/mnlp/transition-amr-parser/tree/master"
31+
tracker = "https://github.ibm.com/mnlp/transition-amr-parser/issues"

0 commit comments

Comments
 (0)