Skip to content

Commit

Permalink
fix classifier in pyproject.toml
Browse files Browse the repository at this point in the history
Signed-off-by: daquexian <daquexian566@gmail.com>
  • Loading branch information
daquexian committed Oct 15, 2023
1 parent d3fdc4b commit 2c83339
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions export_onnx/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,8 @@ authors = [
description = "RWKV to ONNX (powered by Faster RWKV)"
readme = "README.md"
requires-python = ">=3.8"
license = { file = "LICENSE" }
classifiers = [
"Programming Language :: Python :: 3",
"Operating System :: Linux",
]
dependencies = [
"importlib_resources",
Expand Down
2 changes: 0 additions & 2 deletions python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,8 @@ authors = [
description = "Faster RWKV"
readme = "README.md"
requires-python = ">=3.8"
license = { file = "LICENSE" }
classifiers = [
"Programming Language :: Python :: 3",
"Operating System :: Linux",
]
dependencies = [
"importlib_resources",
Expand Down

0 comments on commit 2c83339

Please sign in to comment.