Merge branch 'master' into v2.2.0

pull/4/head
Steve L. Nyemba 3 weeks ago committed by GitHub
commit 34a00361fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -46,9 +46,4 @@ include = [ "transport", "transport.*"]
[tool.setuptools.dynamic]
version = {attr = "transport.info.__version__"}
#authors = {attr = "transport.__author__"}
# If you have a info.py file, you might also want to include the author dynamically:
# [tool.setuptools.dynamic]
# version = {attr = "info.__version__"}
# authors = {attr = "info.__author__"}
#authors = {attr = "info.__author__"}

@ -51,6 +51,7 @@ def init (email,path=REGISTRY_PATH,override=False,_file=REGISTRY_FILE):
p = '@' in email
#q = False if '.' not in email else email.split('.')[-1] in ['edu','com','io','ai','org']
q = len(email.split('.')[-1]) in [2,3]
if p and q :
_config = {"email":email,'version':__version__}
if not os.path.exists(path):

Loading…
Cancel
Save