File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
3030<!-- These are the changes that were not release yet, please add them correctly.
3131Attention: The newest changes should be on top -->
3232
33+ ## [ 1.3.0.post1] - 2024-06-02
34+
35+ You can install this version by running ` pip install rocketpy==1.3.0.post1 `
36+
37+ ### Fixed
38+
39+ - BUG: pyproject.toml Main Module Finding. [ #616 ] ( https://github.com/RocketPy-Team/RocketPy/pull/616 )
40+
3341## [ 1.3.0] - 2024-06-01
3442
3543You can install this version by running ` pip install rocketpy==1.3.0 `
Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ documentation = "https://docs.rocketpy.org/"
2020repository = " https://github.com/RocketPy-Team/RocketPy"
2121
2222[build-system ]
23- requires = [" setuptools" ]
23+ requires = [" setuptools>=42 " , " wheel " ]
2424build-backend = " setuptools.build_meta"
2525
2626[tool .setuptools ]
27- py-modules = [ ' rocketpy' ]
27+ packages = { find = { where = [ " . " ], include = [ " rocketpy* " ] } }
2828
2929[tool .setuptools .dynamic ]
3030dependencies = { file = [" requirements.txt" ] }
You can’t perform that action at this time.
0 commit comments