-
Notifications
You must be signed in to change notification settings - Fork 317
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
Fix pypi classifiers #34
Comments
Thanks for volunteering to help! I think Production/Stable is fine for this project. The license is not meant to be custom, it is meant to be BSD 2-Clause. Please let me know if that's not set up right. With respect to Topic, would
Also apply? I'm not familiar with how these identifiers are used. |
Sure, the topic also seems to apply. Sorry for the license, I chose 'BSD' as was done in the arguments to |
@saffsd any progress on this? |
Sorry for the delay, it fell off my radar. Going to try and sort #35 now. |
Thank you @saffsd! |
Your setup.py file does not define any pypi classifier, which I think prevents
pip3 install --pre langid
. Here is the list: http://pypi.python.org/pypi?%3Aaction=list_classifiers. I think we should start with:This would fix the Python 3 issue. But since we're on such a good start, we could continue.
You then need to choose a status. Either Beta or Production/Stable, probably Production/Stable.
Then, an intended audience. I suggest:
Then the license. Is your custom license OSI Approved?
And finally a topic:
Once you tell me your choices, I can send a pull request. Thanks!
The text was updated successfully, but these errors were encountered: