Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PyPI source distribution missing LICENSE #111

Open
kwshi opened this issue Jul 21, 2021 · 2 comments
Open

PyPI source distribution missing LICENSE #111

kwshi opened this issue Jul 21, 2021 · 2 comments

Comments

@kwshi
Copy link

kwshi commented Jul 21, 2021

The license this project is using states that

* Redistributions of source code must retain the above copyright
  notice, this list of conditions and the following disclaimer.

However, the PyPI distribution is missing the LICENSE file:

> curl -L 'https://files.pythonhosted.org/packages/source/b/bson/bson-0.5.10.tar.gz' | tar -tz
bson-0.5.10/
bson-0.5.10/PKG-INFO
bson-0.5.10/README.rst
bson-0.5.10/bson/
bson-0.5.10/bson/__init__.py
bson-0.5.10/bson/codec.py
bson-0.5.10/bson/network.py
bson-0.5.10/bson/objectid.py
bson-0.5.10/bson/py3compat.py
bson-0.5.10/bson/tz_util.py
bson-0.5.10/bson.egg-info/
bson-0.5.10/bson.egg-info/PKG-INFO
bson-0.5.10/bson.egg-info/SOURCES.txt
bson-0.5.10/bson.egg-info/dependency_links.txt
bson-0.5.10/bson.egg-info/requires.txt
bson-0.5.10/bson.egg-info/top_level.txt
bson-0.5.10/setup.cfg
bson-0.5.10/setup.py

This prevents inclusion of this package into official package repositories (e.g. Void) that check for inclusion of BSD/MIT/ISC licenses.

@Parkayun
Copy link
Member

Parkayun commented Sep 8, 2021

Thank you for report

@Luciogi
Copy link

Luciogi commented Oct 24, 2023

@Parkayun Hi, PYPI tarball also does not include tests

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants