File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1+ chore: update CHANGELOG for v0.1.1
Original file line number Diff line number Diff line change 1+ build: using ` flit_core ` as build-system
Original file line number Diff line number Diff line change 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 = [
2424dependencies = [
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 ]
6063line-length = 100
6164
You can’t perform that action at this time.
0 commit comments