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

Python recognizes package data directories as importable packages #55

Merged
merged 1 commit into from
Dec 20, 2024

Conversation

akosthekiss
Copy link
Collaborator

However, as they are absent from setuptools' packages configuration, this causes warnings that they would be ignored. The recommended approach is to treat data as namespace package using the find_namespace: discovery mechanism.

The affected data directory / package:

  • picireny.antlr4.resources

However, as they are absent from setuptools' `packages`
configuration, this causes warnings that they would be ignored. The
recommended approach is to treat data as namespace package using
the `find_namespace:` discovery mechanism.

The affected data directory / package:
- picireny.antlr4.resources
@coveralls
Copy link

Coverage Status

coverage: 76.898%. remained the same
when pulling d0cfdc2 on akosthekiss:find-namespace
into 3716169 on renatahodovan:master.

Copy link
Owner

@renatahodovan renatahodovan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm.

@renatahodovan renatahodovan merged commit 1b6a0a8 into renatahodovan:master Dec 20, 2024
25 checks passed
@akosthekiss akosthekiss deleted the find-namespace branch December 20, 2024 09:20
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

Successfully merging this pull request may close these issues.

3 participants