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 classifiers including licence information not used in setup.py #61

Closed
faph opened this issue Oct 22, 2020 · 0 comments · Fixed by #62
Closed

PyPI classifiers including licence information not used in setup.py #61

faph opened this issue Oct 22, 2020 · 0 comments · Fixed by #62
Assignees
Labels
bug Something isn't working

Comments

@faph
Copy link

faph commented Oct 22, 2020

Environment

  • interrogate version(s) (interrogate --version: 1.3.1
  • Operating System(s): Windows
  • Python version(s): Python 3.6

Description of the bug

On PyPI there is no licence meta information. Some systems automatically scan for this information to "approve of" certain packages.

I believe this is due to a bug in setup.py where CLASSIFIERS is not passed as an argument to setuptools.setup.

What you expected to happen

Should be simple fix which could be released as a patch version.

How to reproduce (as minimally and precisely as possible)

On https://pypi.org/project/interrogate left-hand column under "Meta", there should be something with "MIT" in there.

Anthing else we need to know?

No.

@faph faph added bug Something isn't working needs triage Issue needs triaging labels Oct 22, 2020
@econchick econchick removed the needs triage Issue needs triaging label Nov 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants