Skip to content

Commit 6c6389f

Browse files
authored
Merge pull request #1 from jgerityneurala/bugfix/gh110-add-pyproject.toml
Add pyproject.toml declaring setuptools as build backend
2 parents 6fc76ac + 8fdfb1e commit 6c6389f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[build-system]
2+
requires = ["setuptools", "setuptools-scm"]
3+
build-backend = "setuptools.build_meta"

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
setup(
2828
name=NAME,
2929
use_scm_version=True,
30-
setup_requires=['setuptools_scm'],
3130
description=DESCRIPTION,
3231
long_description=long_description,
3332
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)