diff --git a/pyproject.toml b/pyproject.toml index a4fc8cbe..a08101cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,3 +1,8 @@ +[build-system] +requires = ["setuptools>=45", "setuptools_scm[toml]>=6.2"] + +[tool.setuptools_scm] + [tool.black] line-length = 79 include = '\.pyi?$' diff --git a/setup.py b/setup.py index 73cd457e..89184124 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,6 @@ setup( name="PyDrive2", - version="1.13.0", author="JunYoung Gwak", author_email="jgwak@dreamylab.com", maintainer="DVC team",