Skip to content

Commit 1f0a70e

Browse files
committed
Fix wrong namespaces in pyproject
1 parent 23853f8 commit 1f0a70e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/publish_n_pack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
name: python-package-distributions
2828
path: dist/
29-
29+
3030
publish-to-pypi:
3131
name: >-
3232
Publish Python 🐍 distribution 📦 to PyPI

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "fdsreader"
7-
version = "1.11.4"
7+
version = "1.11.5"
88
description = "Python reader for data generated by FDS."
99
readme = "README.md"
1010
requires-python = ">=3.6"
@@ -31,8 +31,8 @@ dev = [
3131
"pytest >=6.0"
3232
]
3333

34-
[tool.setuptools.packages.find]
35-
where = ["fdsreader"]
34+
[tool.setuptools]
35+
packages = ["fdsreader","fdsreader.bndf","fdsreader.devc","fdsreader.evac","fdsreader.export","fdsreader.fds_classes","fdsreader.geom","fdsreader.isof","fdsreader.part","fdsreader.pl3d","fdsreader.slcf","fdsreader.smoke3d","fdsreader.utils"]
3636

3737
[tool.pytest.ini_options]
3838
testpaths = ["tests"]

0 commit comments

Comments
 (0)