Skip to content

Commit

Permalink
Add license metadata for pypi (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
bringhurst authored Jan 25, 2023
1 parent 41f938f commit 86dff29
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
[project]
license = {file = "LICENSE"}
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]

[tool.black]
target-version = ['py36']
exclude = '.*\.ipynb'
Expand All @@ -6,4 +14,4 @@ exclude = '.*\.ipynb'
py_version = 36
include_trailing_comma = "true"
line_length = 88
multi_line_output = 3
multi_line_output = 3

0 comments on commit 86dff29

Please sign in to comment.