This repository was archived by the owner on Dec 3, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
This repository was archived by the owner on Dec 3, 2021. It is now read-only.
REL: missing LICENSE and AUTHORS.rst in Linux wheels #22
Copy link
Copy link
Open
Description
srwpy-0.0.2a5-cp36-cp36m-manylinux1_x86_64/
├── srwlpy.cpython-36m-x86_64-linux-gnu.so
├── srwpy
│ ├── SRWLIB_ExampleViewDataFile.py
│ ├── __init__.py
│ ├── _version.py
│ ├── srwl_bl.py
│ ├── srwl_uti_cryst.py
│ ├── srwl_uti_mag.py
│ ├── srwl_uti_smp.py
│ ├── srwl_uti_src.py
│ ├── srwl_uti_und.py
│ ├── srwlib.py
│ ├── tests
│ │ ├── __init__.py
│ │ ├── conftest.py
│ │ └── test_examples.py
│ ├── uti_io.py
│ ├── uti_math.py
│ ├── uti_parse.py
│ ├── uti_plot.py
│ ├── uti_plot_com.py
│ └── uti_plot_matplotlib.py
└── srwpy-0.0.2a5.dist-info
├── METADATA
├── RECORD
├── WHEEL
├── entry_points.txt
└── top_level.txt
but it exists for Windows wheels:
srwpy-0.0.2a5-cp36-cp36m-win_amd64/
├── srwlpy.cp36-win_amd64.pyd
├── srwpy
│ ├── SRWLIB_ExampleViewDataFile.py
│ ├── __init__.py
│ ├── _version.py
│ ├── srwl_bl.py
│ ├── srwl_uti_cryst.py
│ ├── srwl_uti_mag.py
│ ├── srwl_uti_smp.py
│ ├── srwl_uti_src.py
│ ├── srwl_uti_und.py
│ ├── srwlib.py
│ ├── tests
│ │ ├── __init__.py
│ │ ├── conftest.py
│ │ └── test_examples.py
│ ├── uti_io.py
│ ├── uti_math.py
│ ├── uti_parse.py
│ ├── uti_plot.py
│ ├── uti_plot_com.py
│ └── uti_plot_matplotlib.py
└── srwpy-0.0.2a5.dist-info
├── AUTHORS.rst
├── LICENSE
├── METADATA
├── RECORD
├── WHEEL
├── entry_points.txt
└── top_level.txt
Mac is fine as well:
srwpy-0.0.2a5-cp37-cp37m-macosx_10_7_x86_64
├── srwlpy.cpython-37m-darwin.so
├── srwpy
│ ├── SRWLIB_ExampleViewDataFile.py
│ ├── __init__.py
│ ├── _version.py
│ ├── srwl_bl.py
│ ├── srwl_uti_cryst.py
│ ├── srwl_uti_mag.py
│ ├── srwl_uti_smp.py
│ ├── srwl_uti_src.py
│ ├── srwl_uti_und.py
│ ├── srwlib.py
│ ├── tests
│ │ ├── __init__.py
│ │ ├── conftest.py
│ │ └── test_examples.py
│ ├── uti_io.py
│ ├── uti_math.py
│ ├── uti_parse.py
│ ├── uti_plot.py
│ ├── uti_plot_com.py
│ └── uti_plot_matplotlib.py
└── srwpy-0.0.2a5.dist-info
├── AUTHORS.rst
├── LICENSE
├── METADATA
├── RECORD
├── WHEEL
├── entry_points.txt
└── top_level.txt
Metadata
Metadata
Assignees
Labels
No labels