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

Use poetry as a packager #72

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

ignassew
Copy link

@ignassew ignassew commented May 22, 2023

Poetry uses a pyproject.toml format specified in PEP518 which is the latest way of how python programs should be packaged.

To build you just need to type poetry build in your console.

I had to remove tls-client version from the user agent. I don't think it's important for tls-client's use cases where you will most likely change the user agent anyway, but if it is important, I can try to add it back.

Poetry requires your email in authors in pyproject.toml, but I don't know yours so I left it as [email protected]. If you decide to accept the pull request you would probably want to change it.

I tested my code on examples, and everything seems to work.

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.

1 participant