Skip to content
This repository has been archived by the owner on Dec 3, 2021. It is now read-only.

REL: missing LICENSE and AUTHORS.rst in Linux wheels #22

Open
mrakitin opened this issue Nov 19, 2018 · 0 comments
Open

REL: missing LICENSE and AUTHORS.rst in Linux wheels #22

mrakitin opened this issue Nov 19, 2018 · 0 comments

Comments

@mrakitin
Copy link
Member

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
@mrakitin mrakitin changed the title BLD: missing LICENSE and AUTHORS.rst in Linux wheels REL: missing LICENSE and AUTHORS.rst in Linux wheels Nov 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant