Skip to content

Commit b912e88

Browse files
authored
setup: use setuptools_scm (#28)
1 parent 6db163c commit b912e88

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pyproject.toml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
[build-system]
2-
requires = ["setuptools", "wheel"]
2+
requires = ["setuptools>=48", "setuptools_scm[toml]>=6.3.1"]
33
build-backend = "setuptools.build_meta"
44

5+
[tool.setuptools_scm]
6+
57
[tool.black]
68
line-length = 79
79
target-version = ['py38']

setup.cfg

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
[metadata]
22
name = sshfs
3-
version = 2022.6.0
43
description = SSH Filesystem -- Async SSH/SFTP backend for fsspec
54
license = Apache License 2.0
65
long_description = file: README.md

0 commit comments

Comments
 (0)