Skip to content

Commit f3feec9

Browse files
committed
fixing toml
1 parent 0117a94 commit f3feec9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ build-backend = "flit_core.buildapi"
66
# Check https://flit.readthedocs.io/en/latest/pyproject_toml.html for all available sections
77
name = "ansys-mapdl-core"
88
version = "0.62.0"
9-
description = "A Python wrapper for Ansys core"
10-
readme = "README.rst"MAPDL
9+
description = "A Python wrapper for Ansys MAPDL core"
10+
readme = "README.rst"
1111
requires-python = ">=3.7"
1212
license = {file = "LICENSE"}
1313
authors = [

0 commit comments

Comments
 (0)