File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -302,11 +302,10 @@ jobs:
302302 pandoc --from=gfm --output=README.rst --to=rst README.md
303303
304304 # Install twine
305- python -m pip install wheel twine
305+ python -m pip install wheel twine build
306306
307307 # Create packages to upload to PyPI
308- python setup.py sdist
309- python setup.py bdist_wheel
308+ python -m build
310309
311310 # Upload packages to PyPI
312311 twine upload dist/*
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ readme = "README.md"
1111authors = [
1212 {
name =
" Center for Reproducible Biomedical Modeling" ,
email =
" [email protected] " }
1313]
14- license = { text = " MIT" }
14+ license = " MIT"
1515keywords = [
1616 " BioSimulators" ,
1717 " systems biology" ,
@@ -27,7 +27,6 @@ keywords = [
2727classifiers = [
2828 " Development Status :: 3 - Alpha" ,
2929 " Intended Audience :: Science/Research" ,
30- " License :: OSI Approved :: MIT License" ,
3130 " Topic :: Scientific/Engineering :: Bio-Informatics" ,
3231]
3332
You can’t perform that action at this time.
0 commit comments