Skip to content

Commit

Permalink
fix license type in pyproject.toml
Browse files Browse the repository at this point in the history
closes #136
  • Loading branch information
janosh committed Mar 6, 2024
1 parent 7fedf53 commit d426a55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies = [
]
classifiers = [
"Intended Audience :: Science/Research",
"License :: OSI Approved :: MIT License",
"License :: OSI Approved :: BSD License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
Expand Down Expand Up @@ -99,8 +99,8 @@ ignore = [
"EM",
"ERA001", # found commented out code
"FBT001", # Boolean positional argument in function
"ISC001",
"FBT002", # Boolean keyword argument in function
"ISC001",
"NPY002", # TODO replace legacy np.random.seed
"PLR", # pylint refactor
"PLW2901", # Outer for loop variable overwritten by inner assignment target
Expand Down

0 comments on commit d426a55

Please sign in to comment.