Skip to content

Commit 0d5694c

Browse files
committed
use setuptools_scm
1 parent 184194c commit 0d5694c

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>=48", "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
include = '\.pyi?$'

setup.cfg

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[metadata]
22
description = dvc objects
33
name = dvc-objects
4-
version = 0.0.2
54
long_description = file: README.rst
65
long_description_content_type = text/x-rst
76
license = Apache-2.0

0 commit comments

Comments
 (0)