Skip to content

Commit 47b6454

Browse files
committed
put setuptools_scm back in setup.py
1 parent 1f107a3 commit 47b6454

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
[build-system]
2-
requires = ["setuptools>=42", "wheel", "setuptools_scm[toml]>=3.4"]
2+
requires = ["setuptools>=42", "wheel"]
33
build-backend = "setuptools.build_meta"
4-
5-
[tool.setuptools_scm]

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@
3333
"keywords": ["interactive", "widgets", "DOM", "React"],
3434
"include_package_data": True,
3535
"zip_safe": False,
36+
"setup_requires": ["setuptools_scm"],
37+
"use_scm_version": True,
3638
"classifiers": [
3739
"Intended Audience :: Developers",
3840
"Intended Audience :: Science/Research",

0 commit comments

Comments
 (0)