8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
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/
The telegram folder will now be in src/telegram.
telegram
src/telegram
Not conforming to python packaging standards
uv also initializes a new project with src layout by default for libraries, see https://docs.astral.sh/uv/concepts/projects/init/#libraries
uv
The text was updated successfully, but these errors were encountered:
src
Successfully merging a pull request may close this issue.
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
The
telegram
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, see https://docs.astral.sh/uv/concepts/projects/init/#librariesThe text was updated successfully, but these errors were encountered: