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

poetry change project name to lowercase #4734

Closed
2 of 3 tasks
vtexier opened this issue Nov 11, 2021 · 3 comments
Closed
2 of 3 tasks

poetry change project name to lowercase #4734

vtexier opened this issue Nov 11, 2021 · 3 comments
Labels
status/duplicate Duplicate issues

Comments

@vtexier
Copy link

vtexier commented Nov 11, 2021

  • I am on the latest Poetry version.
  • I have searched the issues of this repo and believe that this is not a duplicate.
  • If an exception occurs when executing a command, I executed it again in debug mode (-vvv option).

Issue

I use CAPITAL letters in the project name: MADAM-MAM

When poetry build and publish the project, name is fine and untouched in the logs:

> poetry publish --build --repository test-pypi

Building MADAM-MAM (0.5.8)
  - Building sdist
  - Built MADAM-MAM-0.5.8.tar.gz
  - Building wheel
  - Built MADAM_MAM-0.5.8-py3-none-any.whl

Username: vtexier
Password: 
Publishing MADAM-MAM (0.5.8) to test-pypi
 - Uploading MADAM-MAM-0.5.8.tar.gz 100%
 - Uploading MADAM_MAM-0.5.8-py3-none-any.whl 100%

But on the PyPI repository, the name is lower case!

See https://test.pypi.org/project/madam-mam/

I know it is possible to have CAPITAL letters for a project, as this other project:

See https://test.pypi.org/project/MADAM/

The command poetry version has the same bug with lowercase output:

> poetry version 
madam-mam 0.5.8
@vtexier vtexier added kind/bug Something isn't working as expected status/triage This issue needs to be triaged labels Nov 11, 2021
@pimoens
Copy link

pimoens commented Mar 3, 2022

This is something that has been annoying me too, project names based on abbreviations can be difficult to read when everything is converted to lowercase.

@neersighted neersighted added status/duplicate Duplicate issues and removed kind/bug Something isn't working as expected status/triage This issue needs to be triaged labels Oct 10, 2022
@neersighted
Copy link
Member

Duplicate #1202

@neersighted neersighted closed this as not planned Won't fix, can't repro, duplicate, stale Oct 10, 2022
Copy link

github-actions bot commented Mar 1, 2024

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 1, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
status/duplicate Duplicate issues
Projects
None yet
Development

No branches or pull requests

3 participants