We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41f938f commit 86dff29Copy full SHA for 86dff29
pyproject.toml
@@ -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
+
9
[tool.black]
10
target-version = ['py36']
11
exclude = '.*\.ipynb'
@@ -6,4 +14,4 @@ exclude = '.*\.ipynb'
14
py_version = 36
15
include_trailing_comma = "true"
16
line_length = 88
-multi_line_output = 3
17
+multi_line_output = 3
0 commit comments