poetry-core icon indicating copy to clipboard operation
poetry-core copied to clipboard

fix: make AUTHOR_REGEX less restrictive

Open finswimmer opened this issue 3 years ago • 1 comments

https://packaging.python.org/en/latest/specifications/core-metadata/#author makes no restriction to the Author name. So this PR makes the regex less restrictive. It also removes a duplication of the regex.

Resolves: https://github.com/python-poetry/poetry/issues/6857 Resolves: https://github.com/python-poetry/poetry/issues/6933

finswimmer avatar Nov 01 '22 17:11 finswimmer

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

sonarqubecloud[bot] avatar Nov 01 '22 18:11 sonarqubecloud[bot]