Skip to content

Commit 00a257e

Browse files
setup.py -> pyproject.toml
1 parent 25e92e4 commit 00a257e

2 files changed

Lines changed: 8 additions & 21 deletions

File tree

pyproject.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[build-system]
2+
# AVOID CHANGING REQUIRES: IT WILL BE UPDATED BY PYSCAFFOLD!
3+
requires = ["setuptools>=46.1.0", "setuptools_scm[toml]>=5", "wheel"]
4+
build-backend = "setuptools.build_meta"
5+
6+
[tool.setuptools_scm]
7+
# See configuration details in https://github.com/pypa/setuptools_scm
8+
version_scheme = "no-guess-dev"

setup.py

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)