Skip to content
This repository was archived by the owner on Dec 3, 2021. It is now read-only.
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

@mrakitin

Description

@mrakitin
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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions