ukhsa-collaboration / pygom

ODE modelling in Python
GNU General Public License v2.0
27 stars 20 forks source link

Warning on install #72

Closed twomagpi closed 1 month ago

twomagpi commented 1 year ago
      ############################
      # Package would be ignored #
      ############################
      Python recognizes 'pygom.model' as an importable package,
      but it is not listed in the `packages` configuration of setuptools.

      'pygom.model' has been automatically added to the distribution only
      because it may contain data files, but this behavior is likely to change
      in future versions of setuptools (and therefore is considered deprecated).

      Please make sure that 'pygom.model' is included as a package by using
      the `packages` configuration field or the proper discovery methods
      (for example by using `find_namespace_packages(...)`/`find_namespace:`
      instead of `find_packages(...)`/`find:`).

      You can read more about "package discovery" and "data files" on setuptools
      documentation page.
twomagpi commented 1 month ago

Fixed for #114