little fix

just in case
This commit is contained in:
Hydrus Network Developer 2022-06-08 16:08:15 -05:00
parent 29e7b80942
commit 43c23f5f1f
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
def make_dist():
return default_python_distribution( python_version = '3.9' )
return default_python_distribution( python_version = "3.9" )
def make_packaging_policy(dist):
policy = dist.make_python_packaging_policy()