diff --git a/pyproject.toml b/pyproject.toml index 81e865c..4e2c4af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,8 +1,8 @@ [tool.poetry] name = "tosfs" -version = "0.1.0" -description = "tosfs is a tos Python client that implements the fsspec interface." -authors = ["Your Name "] +version = "2024.10.0.dev0" +description = "tosfs is a Pythonic file-system interface for TOS(Tinder Object Storage)." +authors = ["Vino Yang "] license = "Apache License" readme = "README.md" @@ -10,7 +10,7 @@ readme = "README.md" python = "^3.9" fsspec = ">=2023.5.0" tos = ">=2.7.0" -volcengine= "==1.0.154" +volcengine= ">=1.0.154" [tool.poetry.group.dev.dependencies] fsspec = ">=2023.5.0" diff --git a/tosfs.zip b/tosfs.zip deleted file mode 100644 index 6219170..0000000 Binary files a/tosfs.zip and /dev/null differ