Skip to content

Commit 081b8d4

Browse files
committed
Merge branch 'main' into release/0.1
2 parents 5c95d2a + 4af4db9 commit 081b8d4

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

doc/changelog.d/77.changed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
chore: update CHANGELOG for v0.1.1

doc/changelog.d/78.changed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
build: using `flit_core` as build-system

pyproject.toml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build-system]
2-
requires = ["setuptools", "wheel"]
3-
build-backend = "setuptools.build_meta"
2+
requires = ["flit_core >=3.2,<4"]
3+
build-backend = "flit_core.buildapi"
44

55
[project]
66
# Check https://flit.readthedocs.io/en/latest/pyproject_toml.html for all available sections
@@ -24,7 +24,7 @@ classifiers = [
2424
dependencies = [
2525
"ansys-dpf-core>=0.9.0,<1",
2626
"matplotlib>=3.8.2,<4",
27-
"platformdirs>=4.2.2,<5",
27+
"platformdirs>=3.6.0",
2828
]
2929

3030
[project.optional-dependencies]
@@ -56,6 +56,9 @@ doc = [
5656
"platformdirs==4.2.2"
5757
]
5858

59+
[tool.flit.module]
60+
name = "ansys.sound.core"
61+
5962
[tool.black]
6063
line-length = 100
6164

0 commit comments

Comments
 (0)