We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6db163c commit b912e88Copy full SHA for b912e88
pyproject.toml
@@ -1,7 +1,9 @@
1
[build-system]
2
-requires = ["setuptools", "wheel"]
+requires = ["setuptools>=48", "setuptools_scm[toml]>=6.3.1"]
3
build-backend = "setuptools.build_meta"
4
5
+[tool.setuptools_scm]
6
+
7
[tool.black]
8
line-length = 79
9
target-version = ['py38']
setup.cfg
@@ -1,6 +1,5 @@
[metadata]
name = sshfs
-version = 2022.6.0
description = SSH Filesystem -- Async SSH/SFTP backend for fsspec
license = Apache License 2.0
long_description = file: README.md
0 commit comments