We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
interrogate
interrogate --version
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.
setup.py
CLASSIFIERS
setuptools.setup
Should be simple fix which could be released as a patch version.
On https://pypi.org/project/interrogate left-hand column under "Meta", there should be something with "MIT" in there.
No.
The text was updated successfully, but these errors were encountered:
econchick
Successfully merging a pull request may close this issue.
Environment
interrogate
version(s) (interrogate --version
: 1.3.1Description 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
whereCLASSIFIERS
is not passed as an argument tosetuptools.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.
The text was updated successfully, but these errors were encountered: