File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ license = { file = "LICENSE" } # Include a LICENSE file in your repo
1212keywords = [" cuda" , " pytorch" , " state-space model" ]
1313classifiers = [
1414 " Programming Language :: Python :: 3" ,
15- " License :: OSI Approved :: BSD License" ,
15+ " License :: OSI Approved :: Apache Software License" ,
1616 " Operating System :: Unix"
1717]
1818dependencies = [
Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments