diff --git a/setup.py b/setup.py index a8d7f12..f0a22bb 100755 --- a/setup.py +++ b/setup.py @@ -139,7 +139,7 @@ client_sec = handle_input( user = handle_input( "Username > ", False, - r"[_0-9a-zA-Z]+", + r"[-_0-9a-zA-Z]+", "That is not a valid user", 3, 20,