Skip to content

Commit b15c51e

Browse files
committed
Set SCM versioning
1 parent 837c7cf commit b15c51e

File tree

3 files changed

+4
-10
lines changed

3 files changed

+4
-10
lines changed

docs/requirements.txt

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,4 @@
22
# To build the module reference correctly, make sure every external package
33
# under `install_requires` in `setup.cfg` is also listed here!
44
sphinx>=3.2.1
5-
# sphinx_rtd_theme
6-
scipy
7-
numpy>=1.20
8-
matplotlib
9-
pandas>=1.0.0
10-
ipywidgets
11-
plotly
12-
lmfit
5+
sphinx_rtd_theme

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ build-backend = "setuptools.build_meta"
55

66
[tool.setuptools_scm]
77
# See configuration details in https://github.com/pypa/setuptools_scm
8-
version_scheme = "no-guess-dev"
8+
version_scheme = "python-simplified-semver"
9+
local_scheme = "node-and-date"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
if __name__ == "__main__":
1212
try:
13-
setup(use_scm_version={"version_scheme": "no-guess-dev"})
13+
setup()
1414
except: # noqa
1515
print(
1616
"\n\nAn error occurred while building the project, "

0 commit comments

Comments
 (0)