Skip to content

Commit 7dca469

Browse files
committed
add descriptions
1 parent 60ebae8 commit 7dca469

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ downloads/
1919
eggs/
2020
.eggs/
2121
lib/
22+
dist/
2223
lib64/
2324
parts/
2425
sdist/
@@ -122,3 +123,5 @@ ENV/
122123

123124
build/
124125
downstream/*
126+
127+
.DS_Store

fsspec-proxy/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ name = "fsspec-proxy"
77
authors = [
88
{name = "martindurant"},
99
]
10+
description = "Provide bytes to fsspec over HTTP from any backend"
1011
readme = "../README.md"
1112
license = { file = "LICENSE" }
1213
requires-python = ">=3.9"

pyscript-fsspec-client/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "pyscript-fsspec-client"
7+
description = "get bytes via HTTP from any backend"
78
authors = [
89
{name = "martindurant"},
910
]

0 commit comments

Comments
 (0)