File tree Expand file tree Collapse file tree 3 files changed +9
-7
lines changed
Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -77,8 +77,8 @@ ifeq ($(VERSION),)
7777else
7878 @echo 'Release $(VERSION)'
7979 git push --follow-tags
80- $(PY) -m pip install -U --user pip setuptools twine wheel
81- $(PY) setup.py sdist bdist_wheel
80+ $(PY) -m pip install -U --user pip build setuptools twine wheel
81+ $(PY) -m build
8282 $(PY) -m twine upload dist/*
8383 -rm -rf build/ dist/
8484endif
Original file line number Diff line number Diff line change 11[build-system ]
2- requires = [" setuptools" , " setuptools_scm" , " wheel" ]
2+ requires = [" setuptools>=45" , " setuptools_scm>=6.2" , " wheel" ]
3+ build-backend = " setuptools.build_meta"
4+
5+ [tool .setuptools_scm ]
Original file line number Diff line number Diff line change 77
88DEPENDENCIES = [
99 'loam>=0.3.1' ,
10- 'f90nml>=1.2 ' ,
11- 'setuptools_scm>=4.1 ' ,
10+ 'f90nml>=1.3.1 ' ,
11+ 'setuptools_scm>=6.2 ' ,
1212]
1313HEAVY = [
1414 'numpy>=1.19' ,
1515 'scipy>=1.5' ,
1616 'pandas>=1.1' ,
17- 'h5py>=3.0 ' ,
17+ 'h5py>=3.1 ' ,
1818 'matplotlib>=3.3' ,
1919]
2020
2525
2626setup (
2727 name = 'stagpy' ,
28- use_scm_version = True ,
2928
3029 description = 'Tool for StagYY output files processing' ,
3130 long_description = README ,
You can’t perform that action at this time.
0 commit comments