zestsoftware / zest.releaser

Python software releasing made easy and repeatable
https://zestreleaser.readthedocs.io
GNU General Public License v2.0
198 stars 62 forks source link

Documentation: hook_package_dir en entrypoints section. #370

Closed idgserpro closed 11 months ago

idgserpro commented 3 years ago

I just implemented an entry_point following docs in https://zestreleaser.readthedocs.io/en/latest/entrypoints.html, using setup.cfg. I could only make it work by using hook_package_dir = src/my/package.

Although this parameter is mentioned in tests, it isn't documented in entrypoints section. I think it would be a nice addition.