|
@@ -164,8 +164,8 @@ setup(
|
|
|
url="https://github.com/HazyResearch/flash-attention",
|
|
|
classifiers=[
|
|
|
"Programming Language :: Python :: 3",
|
|
|
- "License :: Apache 2.0",
|
|
|
- "Operating System :: Linux",
|
|
|
+ "License :: OSI Approved :: Apache Software License",
|
|
|
+ "Operating System :: Unix",
|
|
|
],
|
|
|
ext_modules=ext_modules,
|
|
|
cmdclass={"build_ext": BuildExtension} if ext_modules else {},
|