Skip to content

Commit

Permalink
add docstring to the top-level module
Browse files Browse the repository at this point in the history
In a follow-up patch `setup.py` will be replaced by a `pyproject.toml` using
Flit as build system. To prepare for this change, this patch adds the
`description` field of `setup.py` as a docstring to `nutils`.
  • Loading branch information
joostvanzwieten committed Nov 30, 2022
1 parent aa34d3d commit 229b93f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nutils/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'Numerical Utilities for Finite Element Analysis'

import sys
import numpy
from distutils.version import LooseVersion
Expand Down

0 comments on commit 229b93f

Please sign in to comment.