From 9ac956accdc3cc0087751624726b802ee024dd7f Mon Sep 17 00:00:00 2001 From: Camille <78221213+clatapie@users.noreply.github.com> Date: Wed, 10 Jul 2024 18:03:37 +0200 Subject: [PATCH 1/2] build: using `flit_core` as build-system (#78) Co-authored-by: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> --- doc/changelog.d/78.changed.md | 1 + pyproject.toml | 9 ++++++--- 2 files changed, 7 insertions(+), 3 deletions(-) create mode 100644 doc/changelog.d/78.changed.md diff --git a/doc/changelog.d/78.changed.md b/doc/changelog.d/78.changed.md new file mode 100644 index 00000000..add42e91 --- /dev/null +++ b/doc/changelog.d/78.changed.md @@ -0,0 +1 @@ +build: using `flit_core` as build-system \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index a406fdf3..c9dac3f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 @@ -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] @@ -56,6 +56,9 @@ doc = [ "platformdirs==4.2.2" ] +[tool.flit.module] +name = "ansys.sound.core" + [tool.black] line-length = 100 From 4af4db9befabc6ff1682cdccc593a9399eeb0d0c Mon Sep 17 00:00:00 2001 From: PyAnsys CI Bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Wed, 10 Jul 2024 20:13:25 +0200 Subject: [PATCH 2/2] chore: update CHANGELOG for v0.1.1 (#77) Co-authored-by: Camille <78221213+clatapie@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ doc/changelog.d/75.changed.md | 1 - doc/changelog.d/77.changed.md | 1 + 3 files changed, 8 insertions(+), 1 deletion(-) delete mode 100644 doc/changelog.d/75.changed.md create mode 100644 doc/changelog.d/77.changed.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 7054bd1e..c8332493 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.1.1](https://github.com/ansys/pyansys-sound/releases/tag/v0.1.1) - 2024-07-10 + + +### Changed + +- chore: update CHANGELOG for v0.1.0 [#75](https://github.com/ansys/pyansys-sound/pull/75) + ## [0.1.0](https://github.com/ansys/pyansys-sound/releases/tag/v0.1.0) - 2024-07-09 diff --git a/doc/changelog.d/75.changed.md b/doc/changelog.d/75.changed.md deleted file mode 100644 index f73c0b27..00000000 --- a/doc/changelog.d/75.changed.md +++ /dev/null @@ -1 +0,0 @@ -chore: update CHANGELOG for v0.1.0 \ No newline at end of file diff --git a/doc/changelog.d/77.changed.md b/doc/changelog.d/77.changed.md new file mode 100644 index 00000000..7a6376ec --- /dev/null +++ b/doc/changelog.d/77.changed.md @@ -0,0 +1 @@ +chore: update CHANGELOG for v0.1.1 \ No newline at end of file