- Notifications
You must be signed in to change notification settings - Fork5.7k
Description
What kind of feature are you missing? Where do you notice a shortcoming of PTB?
The python packaging guide recommends that libraries which are meant to be importable (that's us) should use a src layout. The pros of using it is listed here -https://packaging.python.org/en/latest/discussions/src-layout-vs-flat-layout/
Describe the solution you'd like
Thetelegram
folder will now be insrc/telegram
.
Describe alternatives you've considered
Not conforming to python packaging standards
Additional context
uv
also initializes a new project with src layout by default for libraries, seehttps://docs.astral.sh/uv/concepts/projects/init/#libraries