We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dba1526 commit 1dfa7c9Copy full SHA for 1dfa7c9
pyproject.toml
@@ -1,5 +1,5 @@
1
[project]
2
-name = "fsspec-proxy"
+name = "fsspec-proxy-meta"
3
authors = [
4
{name = "martindurant"},
5
]
readthedocs.yml
@@ -11,9 +11,9 @@ conda:
11
python:
12
install:
13
- method: pip
14
- path: .
15
- extra_requirements:
16
- - doc
+ path: ./fsspec-proxy
+ - method: pip
+ path: ./pyscript-fsspec-client
17
18
sphinx:
19
configuration: docs/source/conf.py
0 commit comments