Skip to content

Commit 2f0363a

Browse files
committed
build: add setuptools_scm
Avoids having us to bump the version manually.
1 parent b4a2f3e commit 2f0363a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

pyproject.toml

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
[build-system]
2+
requires = ["setuptools>=45", "setuptools_scm[toml]>=6.2"]
3+
4+
[tool.setuptools_scm]
5+
16
[tool.black]
27
line-length = 79
38
include = '\.pyi?$'

setup.py

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414

1515
setup(
1616
name="PyDrive2",
17-
version="1.13.0",
1817
author="JunYoung Gwak",
1918
author_email="[email protected]",
2019
maintainer="DVC team",

0 commit comments

Comments
 (0)