@@ -32,7 +32,30 @@ classifiers = [
3232 " Topic :: Scientific/Engineering" ,
3333 " Topic :: Scientific/Engineering :: Artificial Intelligence" ,
3434]
35- license = " MIT"
35+ [project .license ]
36+ text = """
37+ MIT License
38+
39+ Copyright (c) Valérian Rey, Pierre Quinton
40+
41+ Permission is hereby granted, free of charge, to any person obtaining a copy
42+ of this software and associated documentation files (the "Software"), to deal
43+ in the Software without restriction, including without limitation the rights
44+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
45+ copies of the Software, and to permit persons to whom the Software is
46+ furnished to do so, subject to the following conditions:
47+
48+ The above copyright notice and this permission notice shall be included in all
49+ copies or substantial portions of the Software.
50+
51+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
52+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
53+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
54+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
55+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
56+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
57+ SOFTWARE.
58+ """
3659
3760[project .urls ]
3861Homepage = " https://torchjd.org/"
0 commit comments