Skip to content

Commit

Permalink
remove classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
akshayballal95 committed Oct 19, 2024
1 parent 12b82c1 commit 6cfb10f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 359 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 2 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,7 @@ name = "embed_anything"
requires-python = ">=3.8"
description = "Embed anything at lightning speed"
readme = "README.md"
classifiers = [
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"License :: OSI Approved :: MIT License"

]
dynamic = ["version"]
license = {file = "LICENSE"}

Expand All @@ -27,4 +19,5 @@ manifest-path = "python/Cargo.toml"
module-name = "embed_anything._embed_anything"

[project.urls]
Homepage = "https://github.com/StarlightSearch/EmbedAnything/tree/main"
Homepage = "https://github.com/StarlightSearch/EmbedAnything/tree/main"

2 changes: 1 addition & 1 deletion python/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "embed_anything_python"
version = "0.4.4"
version = "0.4.10"
edition = "2021"

[lib]
Expand Down
Loading

0 comments on commit 6cfb10f

Please sign in to comment.