simonw / datasette

An open source multi-tool for exploring and publishing data
https://datasette.io
Apache License 2.0
9.55k stars 690 forks source link

For 1.0 update trove classifier in setup.py #1012

Open simonw opened 4 years ago

simonw commented 4 years ago
Development Status :: 5 - Production/Stable
bollwyvl commented 4 years ago

Good luck on 1.0! It may also be worth lobbying for a Framework::Datasette::1.0 classifier. This would be a nice way to allow the ecosystem to self-document a bit more discoverably.

I was surprised to see the PR for Framework::Jupyter is a... database migration! Of course, there may be more workflow to it!

bollwyvl commented 3 years ago

Actually, on more research, I found out this is handled by the trove-classifiers package now, so it's just a one-liner pr instead of fire-up-a-docker-container-and-do-some-migrations

simonw commented 3 years ago

I'd been wondering how to get new classifiers into Trove - thanks, I'll give this a go.

simonw commented 3 years ago

Requested here:

bollwyvl commented 2 years ago

Congratulations, looks like it went through! There was a bit of a hold-up on the JupyterLab ones, but it's semi automated: a dependabot pr to warehouse and a CI deploy, with a click in between.