Skip to content

Commit 2e84826

Browse files
christophmluschermichelwiSimBe195kuacakuacaalbertz
authored
Python Packaging (#18)
* extend project definition * fix * Update pyproject.toml Co-authored-by: michelwi <[email protected]> * Update pyproject.toml Co-authored-by: SimBe195 <[email protected]> * rm reference to RETURNN * Update pyproject.toml Co-authored-by: Ping Zheng <[email protected]> * better name Co-authored-by: Albert Zeyer <[email protected]> --------- Co-authored-by: michelwi <[email protected]> Co-authored-by: SimBe195 <[email protected]> Co-authored-by: Ping Zheng <[email protected]> Co-authored-by: Albert Zeyer <[email protected]>
1 parent 19d17c3 commit 2e84826

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

pyproject.toml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
[build-system]
2+
requires = ["setuptools>=61.0"]
3+
build-backend = "setuptools.build_meta"
4+
[project]
5+
name = "i6_models"
6+
version = "0.0.1"
7+
authors = [
8+
{ name="Christoph Lüscher", email="[email protected]" },
9+
{ name="Nick Rossenbach", email="[email protected]" },
10+
{ name="Benedikt Hilmes", email="[email protected]" },
11+
{ name="Jingjing Xu", email="[email protected]" },
12+
{ name="Mohammad Zeineldeen", email="[email protected]" },
13+
{ name="Albert Zeyer", email="[email protected]" },
14+
{ name="Peter Vieting", email="[email protected]" },
15+
{ name="Simon Berger", email="[email protected]" },
16+
{ name="Eugen Beck", email="[email protected]" },
17+
{ name="Ping Zheng", email="[email protected]" },
18+
{ name="Wilfried Michel", email="[email protected]" },
19+
]
20+
description = "A collection of PyTorch NN models and parts."
21+
readme = "README.md"
22+
requires-python = ">=3.8"
23+
classifiers = [
24+
"Programming Language :: Python :: 3",
25+
"License :: Mozilla Public License 2.0",
26+
"Operating System :: OS Independent",
27+
]
28+
[project.urls]
29+
"Homepage" = "https://github.com/rwth-i6/i6_models"
30+
"Bug Tracker" = "https://github.com/rwth-i6/i6_models/issues"
131
[tool.black]
232
line-length = 120
333
target-version = ["py38"]

0 commit comments

Comments
 (0)