Skip to content

PyPI source distribution missing LICENSE #111

@kwshi

Description

@kwshi

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions