pcdshub / pcdswidgets

LCLS PyDM Widget Library
https://pcdshub.github.io/pcdswidgets
Other
0 stars 10 forks source link

Build warning in conda-forge build output #83

Closed ZLLentz closed 1 year ago

ZLLentz commented 1 year ago

Expected Behavior

Should build without warnings

Current Behavior

  ############################
  # Package would be ignored #
  ############################
  Python recognizes 'pcdswidgets.tests.vacuum' as an importable package,
  but it is not listed in the `packages` configuration of setuptools.

  'pcdswidgets.tests.vacuum' 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 'pcdswidgets.tests.vacuum' 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.

Possible Solution

Read the error and pick a solution