Skip to content

Migrate to poetry; Prepare to add to PyPI#20

Merged
audiohacked merged 5 commits intoaudiohacked:developfrom
ronnie-llamado:feature/add-to-pypi
Apr 18, 2022
Merged

Migrate to poetry; Prepare to add to PyPI#20
audiohacked merged 5 commits intoaudiohacked:developfrom
ronnie-llamado:feature/add-to-pypi

Conversation

@ronnie-llamado
Copy link
Contributor

@ronnie-llamado ronnie-llamado commented Jul 9, 2021

Resolves #19

In order to easily add the package to PyPI, the package was migrated to poetry for easier dependency management and publishing.

The original package information was attempted to be retained, here's a quick summary of the changes:

  • use semantic versioning (2.0.0.0 -> 2.0.0); allows use of poetry's version bumping
  • add keywords and classifiers to the package for better PyPI searching
  • dropped setup.py for poetry's use of pyproject.toml
    • introduce tox for easy testing and coverage commands; $ poetry run tox
    • consolidate .coveragerc and .pylintrc into tox.ini

At this point, all that should be necessary is running poetry publish.

@audiohacked audiohacked merged commit cb0bfb3 into audiohacked:develop Apr 18, 2022
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.

Add package to PyPI

2 participants