Skip to content

Missing License metadata in pip package #48

@EricR86

Description

@EricR86

Original report (archived issue) by Coby Viner (Bitbucket: cviner2, GitHub: cviner).


Running pip show genomedata after a successful pip installation yields:

#!text

Name: genomedata
Version: 1.4.4
Summary: tools for accessing large amounts of genomic data
Home-page: http://pmgenomics.ca/hoffmanlab/proj/genomedata/
Author: Michael Hoffman
Author-email: michael.hoffman@utoronto.ca
License: UNKNOWN
Location: /home/cviner2/.local/lib/python2.7/site-packages
Requires: numpy, tables, six, textinput, path.py

As seen above, the "License" metadata field incorrectly states that it is UNKNOWN.

This might be due to Python packages apparently ignoring tags and requiring a dedicated license attribute.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingtrivial

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions