Skip to content

Commit

Permalink
note packaging normalizers
Browse files Browse the repository at this point in the history
  • Loading branch information
dholth committed Jul 20, 2024
1 parent f142110 commit 203704c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enscons/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def safe_name(name):
"""
return re.sub("[^A-Za-z0-9.]+", "-", name)


# see also https://packaging.pypa.io/en/stable/utils.html#packaging.utils.canonicalize_version etc.
# from pkg_resources
def safe_version(version):
"""
Expand Down

0 comments on commit 203704c

Please sign in to comment.