Skip to content

Commit

Permalink
build: add setuptools_scm
Browse files Browse the repository at this point in the history
Avoids having us to bump the version manually.
  • Loading branch information
efiop committed Jul 22, 2022
1 parent b4a2f3e commit 2f0363a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
[build-system]
requires = ["setuptools>=45", "setuptools_scm[toml]>=6.2"]

[tool.setuptools_scm]

[tool.black]
line-length = 79
include = '\.pyi?$'
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

setup(
name="PyDrive2",
version="1.13.0",
author="JunYoung Gwak",
author_email="[email protected]",
maintainer="DVC team",
Expand Down

0 comments on commit 2f0363a

Please sign in to comment.