nansencenter / sentinel1denoised

Thermal noise subtraction, scalloping correction, angular correction
GNU General Public License v3.0
42 stars 14 forks source link

find_namespace_packages() #98

Closed bkupiak closed 2 years ago

bkupiak commented 2 years ago

Hello, I am getting the following warning when trying to install:

############################

Package would be ignored

############################
Python recognizes 's1denoise.scripts' as an importable package,
but it is not listed in the `packages` configuration of setuptools.

's1denoise.scripts' 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 's1denoise.scripts' 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.