Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 86dff29

Browse files
authored
Add license metadata for pypi (openai#198)
1 parent 41f938f commit 86dff29

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

pyproject.toml

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
[project]
2+
license = {file = "LICENSE"}
3+
classifiers = [
4+
"Programming Language :: Python :: 3",
5+
"License :: OSI Approved :: MIT License",
6+
"Operating System :: OS Independent",
7+
]
8+
19
[tool.black]
210
target-version = ['py36']
311
exclude = '.*\.ipynb'
@@ -6,4 +14,4 @@ exclude = '.*\.ipynb'
614
py_version = 36
715
include_trailing_comma = "true"
816
line_length = 88
9-
multi_line_output = 3
17+
multi_line_output = 3

0 commit comments

Comments
 (0)