|
| 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" |
1 | 31 | [tool.black] |
2 | 32 | line-length = 120 |
3 | 33 | target-version = ["py38"] |
|
0 commit comments