mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +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
5
Lib/test/test_packaging.py
Normal file
5
Lib/test/test_packaging.py
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
import sys
|
||||
from packaging.tests.__main__ import test_main
|
||||
|
||||
if __name__ == '__main__':
|
||||
test_main()
|
||||
Loading…
Add table
Add a link
Reference in a new issue