John T. Wodder II
John T. Wodder II
I think there may be too much ambiguity with the term "entry." When I used it in the OP (motivated by the fact that the documentation says `scriv collect` aggregates...
@yarikoptic That's up to you. You're the one who wanted it.
@peekxc `package_data` only controls the inclusion of files inside actual Python code packages; it doesn't control inclusion of files outside of your package, like `tests/` or `tox.ini`.
I'm facing the same problem, and I'm not clear on the nature of the change suggested by @abravalheri. Are you saying that directories in the package hierarchy that contain only...
@abravalheri So you *are* saying that "data-only packages" should be included in the project's list of packages? Is that the only change you're currently recommending to authors of such projects?...
@abravalheri I find the first paragraph of the warning to be a bit confusing. I would rewrite it from: > Python recognizes '...' as an importable package, however it is...
@yarikoptic > do you may be know already existing framework? No. > Now I am thinking even may be dandi healthstatus potentially could be generalized into it eventually. I don't...
> Two big impediments to making a change like this are: > > 1. Widgets currently only deal in absolute coordinates > 2. Apps only currently deal in absolute coordinates...
@yarikoptic Here's the conda-forge PR: https://github.com/conda-forge/staged-recipes/pull/15314. The linter is complaining that the project needs tests.
@hugovk Yes, that would work.