initial import of the packaging package in the standard library

This commit is contained in:
Tarek Ziade 2011-05-19 13:07:25 +02:00
parent 566f8a646e
commit 1231a4e097
193 changed files with 30376 additions and 149 deletions

4
Tools/scripts/pysetup3 Executable file
View file

@ -0,0 +1,4 @@
#!/usr/bin/env python3
import sys
from packaging.run import main
sys.exit(main())