Skip to content

Commit 9182c93

Browse files
committed
Fix license in pyproject.toml to Apache
1 parent 95d8aba commit 9182c93

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ license = { file = "LICENSE" } # Include a LICENSE file in your repo
1212
keywords = ["cuda", "pytorch", "state-space model"]
1313
classifiers = [
1414
"Programming Language :: Python :: 3",
15-
"License :: OSI Approved :: BSD License",
15+
"License :: OSI Approved :: Apache Software License",
1616
"Operating System :: Unix"
1717
]
1818
dependencies = [

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ def run(self):
356356
url="https://github.com/state-spaces/mamba",
357357
classifiers=[
358358
"Programming Language :: Python :: 3",
359-
"License :: OSI Approved :: BSD License",
359+
"License :: OSI Approved :: Apache Software License",
360360
"Operating System :: Unix",
361361
],
362362
ext_modules=ext_modules,

0 commit comments

Comments
 (0)