Skip to content

Commit

Permalink
Python: Fix "implicit namespace packages" migration
Browse files Browse the repository at this point in the history
... by omitting `__init__.py` from `crate` namespace package altogether,
see "PEP 420" [1] and "Package Discovery and Namespace Package » Finding
namespace packages" [2].

[1] https://peps.python.org/pep-0420/
[2] https://setuptools.pypa.io/en/latest/userguide/package_discovery.html#namespace-packages
  • Loading branch information
amotl committed Nov 13, 2024
1 parent 2a0e681 commit 1ccd51a
Showing 1 changed file with 0 additions and 0 deletions.
Empty file removed src/crate/__init__.py
Empty file.

0 comments on commit 1ccd51a

Please sign in to comment.