mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
initial import of the packaging package in the standard library
This commit is contained in:
parent
566f8a646e
commit
1231a4e097
193 changed files with 30376 additions and 149 deletions
4
Tools/scripts/pysetup3
Executable file
4
Tools/scripts/pysetup3
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/env python3
|
||||
import sys
|
||||
from packaging.run import main
|
||||
sys.exit(main())
|
Loading…
Add table
Add a link
Reference in a new issue