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

Support implicit namespaces #126

Merged
merged 4 commits into from
Dec 28, 2023
Merged

Support implicit namespaces #126

merged 4 commits into from
Dec 28, 2023

Commits on Dec 20, 2023

  1. chore: ignore more folders

    gforcada committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    a3fb06e View commit details
    Browse the repository at this point in the history
  2. feat: support implicit namespaces

    Since Python 3.3 one does not need to create `__init__.py` files to mark
    a folder to be part of a namespace, but the simple presence of a python
    file deep inside it is enough to create it.
    
    Moreover, since `setuptools` 62.3.0 it is officially discouraged to use
    the old `pkg_resources` namespace technique.
    gforcada committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    44ee368 View commit details
    Browse the repository at this point in the history
  3. fix: update tests

    gforcada committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    e36efee View commit details
    Browse the repository at this point in the history
  4. Update CHANGES

    gforcada committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    22b780e View commit details
    Browse the repository at this point in the history