Skip to content

Commit

Permalink
Set readme field correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
mhochsteger committed Jun 15, 2024
1 parent 180d9b9 commit eb7c5bf
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
[project]
name = "netgen_occt"
version = "0.0.6"
description="Open CASCADE Technology libraries, used by Netgen Mesher"
description = "Open CASCADE Technology libraries, used by Netgen Mesher"
readme = {file = "README.txt"}
long-description-content-type = "text/plain"
requires-python = ">=3.8"
classifiers = [
"License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)"
Expand All @@ -24,9 +26,9 @@ cmake.build-type = "Release"
BUILD_LIBRARY_TYPE="Shared"
BUILD_SOVERSION_NUMBERS="3"
BUILD_MODULE_FoundationClasses="ON"
BUILD_MODULE_ModelingData="ON"
BUILD_MODULE_ModelingAlgorithms="ON"
BUILD_MODULE_DataExchange="ON"
BUILD_MODULE_ModelingData="OFF"
BUILD_MODULE_ModelingAlgorithms="OFF"
BUILD_MODULE_DataExchange="OFF"
BUILD_MODULE_Visualization="OFF"
BUILD_MODULE_ApplicationFramework="OFF"
BUILD_MODULE_Draw="OFF"
Expand Down

0 comments on commit eb7c5bf

Please sign in to comment.