Skip to content

Commit ad74110

Browse files
committed
add license
1 parent 1bd151a commit ad74110

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

LICENSE

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
Copyright (c) 2023 Jan Szejko
2+
3+
Permission is hereby granted, free of charge, to any person obtaining a copy
4+
of this software and associated documentation files (the "Software"), to deal
5+
in the Software without restriction, including without limitation the rights
6+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7+
copies of the Software, and to permit persons to whom the Software is
8+
furnished to do so, subject to the following conditions:
9+
10+
The above copyright notice and this permission notice shall be included in all
11+
copies or substantial portions of the Software.
12+
13+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
19+
SOFTWARE.

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,14 @@ authors = [{name = "Jan Szejko", email = "[email protected]"}]
44
version = "2023.1.26"
55
description = "Transcript generator for Dinosaur Comics"
66
readme = "README.md"
7+
license = {file = "LICENSE"}
78
requires-python = ">=3.10"
89
classifiers = [
910
"Development Status :: 3 - Alpha",
1011
"Programming Language :: Python :: 3.10",
1112
"Environment :: Console",
1213
"Intended Audience :: End Users/Desktop",
13-
# "License :: OSI Approved :: BSD License",
14+
"License :: OSI Approved :: MIT License",
1415
"Natural Language :: English",
1516
"Operating System :: OS Independent",
1617
"Topic :: Multimedia :: Graphics :: Graphics Conversion",
@@ -21,7 +22,6 @@ dependencies = [
2122
"Pillow",
2223
"typer",
2324
]
24-
# TODO: license
2525

2626
[project.optional-dependencies]
2727
dev = ["pytest"]

0 commit comments

Comments
 (0)