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

Transform package management #288

Merged
merged 8 commits into from
Feb 2, 2024
Merged

Transform package management #288

merged 8 commits into from
Feb 2, 2024

Conversation

ificiana
Copy link
Contributor

@ificiana ificiana commented Oct 30, 2022

Status

READY

Description

Introduces changes mentioned in #287

Todos

  • Tests

Deploy Notes | Steps to Test or Reproduce

see #287

Impacted Areas in Application

List general components of the application that this PR will affect:

pyproject.toml Outdated
keywords = ["humps", "snakecase", "convert case", "camelcase", "kebabcase"]
classifiers = [
"License :: OSI Approved :: The Unlicense (Unlicense)",
"Programming Language :: Python",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello, actually, you don't need to add Python classifiers if you're using poetry publish. Link to poetry documentation https://python-poetry.org/docs/pyproject/#classifiers.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh thanks for letting me know, I'll update the PR

@nficano nficano merged commit ad02e1d into nficano:master Feb 2, 2024
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.

Transition package manager from pipenv to poetry
3 participants