1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79
|
sdist_content:
- whey-2021.0.0/LICENSE
- whey-2021.0.0/PKG-INFO
- whey-2021.0.0/README.rst
- whey-2021.0.0/pyproject.toml
- whey-2021.0.0/requirements.txt
- whey-2021.0.0/src/whey/__init__.py
- whey-2021.0.0/src/whey/static/foo.c
- whey-2021.0.0/src/whey/static/foo.py
- whey-2021.0.0/src/whey/style.css
stderr: ''
stdout: 'Copying .../src/whey/__init__.py -> whey/__init__.py
Copying .../src/whey/static/foo.py -> whey/static/foo.py
Copying .../src/whey/style.css -> whey/style.css
Copying .../src/whey/style.css -> whey/style.css
Copying .../src/whey/static/foo.c -> whey/static/foo.c
Copying .../src/whey/static/foo.py -> whey/static/foo.py
Copying .../src/whey/static/foo.txt -> whey/static/foo.txt
Writing whey-2021.0.0.dist-info/LICENSE
Writing whey-2021.0.0.dist-info/entry_points.txt
Writing whey-2021.0.0.dist-info/METADATA
Writing whey-2021.0.0.dist-info/WHEEL
Writing whey-2021.0.0.dist-info/RECORD
Wheel created at .../whey-2021.0.0-py3-none-any.whl
Copying .../src/whey/__init__.py -> src/whey/__init__.py
Copying .../src/whey/static/foo.py -> src/whey/static/foo.py
Copying .../src/whey/style.css -> src/whey/style.css
Removing src/whey/style.css
Copying .../src/whey/style.css -> src/whey/style.css
Copying .../src/whey/static/foo.c -> src/whey/static/foo.c
Copying .../src/whey/static/foo.py -> src/whey/static/foo.py
Copying .../src/whey/static/foo.txt -> src/whey/static/foo.txt
Removing src/whey/static/foo.txt
Writing LICENSE
Copying .../pyproject.toml -> pyproject.toml
Copying .../requirements.txt -> requirements.txt
Writing README.rst
Writing PKG-INFO
Source distribution created at .../whey-2021.0.0.tar.gz
'
wheel_content:
- whey/static/foo.c
- whey/static/foo.py
- whey/static/foo.txt
- whey/__init__.py
- whey/style.css
- whey-2021.0.0.dist-info/LICENSE
- whey-2021.0.0.dist-info/METADATA
- whey-2021.0.0.dist-info/WHEEL
- whey-2021.0.0.dist-info/entry_points.txt
- whey-2021.0.0.dist-info/RECORD
|