We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 344f580 commit ee24e91Copy full SHA for ee24e91
1 file changed
copier/questions/package_details.yml
@@ -21,11 +21,11 @@ keywords:
21
help: Add keywords to make your package findable on PyPI
22
github_organization:
23
type: str
24
- placeholder: "<my-github-organization>"
+ placeholder: "your-github-username or your-github-organization"
25
help: Enter the name of your GitHub username or organization
26
validator: >-
27
- {% if not github_organization %}
28
- This field cannot be empty
+ {% if not (github_organization | regex_search('^\\S*$')) %}
+ Username or organization cannot include spaces
29
{% endif %}
30
email:
31
0 commit comments