Skip to content

Commit

Permalink
Merge branch 'main' into release/0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
clatapie committed Jul 11, 2024
2 parents 5c95d2a + 4af4db9 commit 081b8d4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
1 change: 1 addition & 0 deletions doc/changelog.d/77.changed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
chore: update CHANGELOG for v0.1.1
1 change: 1 addition & 0 deletions doc/changelog.d/78.changed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
build: using `flit_core` as build-system
9 changes: 6 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"
requires = ["flit_core >=3.2,<4"]
build-backend = "flit_core.buildapi"

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

[project.optional-dependencies]
Expand Down Expand Up @@ -56,6 +56,9 @@ doc = [
"platformdirs==4.2.2"
]

[tool.flit.module]
name = "ansys.sound.core"

[tool.black]
line-length = 100

Expand Down

0 comments on commit 081b8d4

Please sign in to comment.