Skip to content

Commit

Permalink
chore: remove license string (not standard)
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
  • Loading branch information
henryiii committed Aug 25, 2023
1 parent 32f8866 commit 1edc0cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ readme = { file = "README.md", content-type = "text/markdown" }
keywords = [
"vector",
]
license = "BSD-3-Clause"
maintainers = [ {name = "The Scikit-HEP admins", email = "scikit-hep-admins@googlegroups.com"} ]
authors = [ {name = "Jim Pivarski, Henry Schreiner, Eduardo Rodrigues", email = "eduardo.rodrigues@cern.ch"} ]
requires-python = ">=3.8"
Expand Down Expand Up @@ -159,6 +158,7 @@ enable_error_code = [
"truthy-bool",
"redundant-expr",
]
warn_unreachable = false

[[tool.mypy.overrides]]
module = [
Expand Down

0 comments on commit 1edc0cc

Please sign in to comment.