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

setup: update classifiers for Python #3998

Open
3 tasks
topless opened this issue Mar 10, 2020 · 0 comments
Open
3 tasks

setup: update classifiers for Python #3998

topless opened this issue Mar 10, 2020 · 0 comments

Comments

@topless
Copy link
Member

topless commented Mar 10, 2020

In setup.py of every invenio module we need to update classifiers when we drop support for Python2, I have also added a few more that make sense, and a list of those that need to be reviewed.

I believe it would make sense to automatically update all classifiers among all repositories when ready.

  • Development Status should remain the as defined per project
  • review the license
  • We can request from pypi Framework :: Invenio like Framework :: Django
classifiers=[
    'Development Status :: 1 - Planning',
    'Environment :: Web Environment',
    'Intended Audience :: Developers',
    'License :: OSI Approved :: MIT License',
    'Operating System :: OS Independent',
    'Programming Language :: Python :: 3.6',
    'Programming Language :: Python :: 3.7',
    'Programming Language :: Python :: 3',
    'Programming Language :: Python',
    'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
    'Topic :: Software Development :: Libraries :: Python Modules',
],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant