delfick / alt-pytest-asyncio

An alternative plugin for pytest to make it support async tests and fixtures
https://alt-pytest-asyncio.readthedocs.io
MIT License
27 stars 5 forks source link

Missing MIT license in PIP index #14

Closed piotrm-nvidia closed 1 year ago

piotrm-nvidia commented 1 year ago

PIP index entry doesn't contain valid License entry.

Reproduction

  1. Install alt-pytest-asyncio at Ubuntu 20.04:
    pip install alt-pytest-asyncio
  2. Print alt-pytest-asyncio license
    pip show alt-pytest-asyncio

    Expected result

Name: alt-pytest-asyncio
Version: 0.7.0
Summary: Alternative pytest plugin to pytest-asyncio
Home-page: 
Author: 
Author-email: Stephen Moore <delfick755@gmail.com>
License: MIT #<--- MIT SHOULD be HERE

Actual result

Name: alt-pytest-asyncio
Version: 0.7.0
Summary: Alternative pytest plugin to pytest-asyncio
Home-page: 
Author: 
Author-email: Stephen Moore <delfick755@gmail.com>
License:       #<--- MIT SHOULD be HERE

Also PyPi page in Meta section doesn't display MIT license.

delfick commented 1 year ago
Screenshot 2023-06-23 at 3 35 08 pm

0.7.1 has been released with your fix. Thanks :)