Skip to content

Commit 2bd50a2

Browse files
authored
chore: Move license to pyproject.toml (#402)
1 parent 55c5a55 commit 2bd50a2

File tree

2 files changed

+24
-22
lines changed

2 files changed

+24
-22
lines changed

LICENSE

Lines changed: 0 additions & 21 deletions
This file was deleted.

pyproject.toml

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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]
3861
Homepage = "https://torchjd.org/"

0 commit comments

Comments
 (0)