Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warnings from setuptools on conda-forge #377

Open
danielhollas opened this issue Mar 17, 2023 · 0 comments
Open

Warnings from setuptools on conda-forge #377

danielhollas opened this issue Mar 17, 2023 · 0 comments
Milestone

Comments

@danielhollas
Copy link
Contributor

I've noticed a bunch of warnings when looking at the conda-forge build at https://dev.azure.com/conda-forge/feedstock-builds/_build/results?buildId=675157&view=logs&j=656edd35-690f-5c53-9ba3-09c10d0bea97&t=e5c8ab1d-8ff9-5cae-b332-e15ae582ed2d

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

      'aiidalab.registry.schemas' 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 'aiidalab.registry.schemas' 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.

(and there's bunch more like this)

Perhaps will be solved naturally when we move to flit #343

@danielhollas danielhollas added this to the v23.10 milestone Mar 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant