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

Add packaging via Poetry #3

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

Add packaging via Poetry #3

wants to merge 1 commit into from

Conversation

ffe4
Copy link

@ffe4 ffe4 commented May 26, 2021

Not sure if you are still interested, but this PR would enable packaging via Poetry.

If you are not familiar with poetry, after installing it and merging this PR you could run the following to build your package:

$ poetry build
Building ebml (0.1.0)
  - Building sdist
  - Built ebml-0.1.0.tar.gz
  - Building wheel
  - Built ebml-0.1.0-py3-none-any.whl

Similarly, run poetry publish to publish the package on PyPI. You can pip install the result from https://test.pypi.org/project/ebml/ and run the tests to verify. The only changes I made to the repo were moving the module files to a subdirectory and adding the pyproject.toml.

If you want to publish the package it would be worth updating the README and some metadata for PyPI as well. Just wanted to check if you are even still here first.

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