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

Fixes syntax issues in quickstart (#2448) #2460

Merged
merged 1 commit into from Dec 6, 2020

Conversation

HaraldKorneliussen
Copy link
Contributor

Quotes in the name and packages field causes an "Invalid distribution name or version syntax" if you follow this quickstart guide directly. pep517.build also requires you to specify the directory.

Summary of changes

Removes quotes, adds a "." to the build invocation

Closes #2448

Quotes in the name and packages field causes an "Invalid distribution name or version syntax" if you follow this quickstart guide directly. pep517.build also requires you to specify the directory.
@webknjaz
Copy link
Member

It's partially a duplicate of #2444

Copy link

@cwalther cwalther left a comment

Choose a reason for hiding this comment

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

I also just ran into this problem as a new user and arrived at the same solutions. By trial-and-error, as I could not find any reference that specifies the syntax of setup.cfg. There is a note “Here we provide a quick guide to understanding how setup.cfg is parsed by setuptool to ease the pain of transition” at the bottom of the page, but the actual content appears to be missing.

@jaraco jaraco merged commit 43f7600 into pypa:master Dec 6, 2020
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.

userguide/quickstart syntax
4 participants