Skip to content

Commit 354b23a

Browse files
flyersworderclaude
andcommitted
Improve project discoverability: PyPI classifiers, CI badge, GitHub topics
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent f2dcfac commit 354b23a

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# sqlnbfmt
22

33
[![PyPI](https://img.shields.io/pypi/v/sqlnbfmt.svg)](https://pypi.org/project/sqlnbfmt/)
4+
[![Tests](https://github.com/flyersworder/sqlnbfmt/actions/workflows/ci-and-publish.yml/badge.svg)](https://github.com/flyersworder/sqlnbfmt/actions/workflows/ci-and-publish.yml)
45
[![License](https://img.shields.io/pypi/l/sqlnbfmt.svg)](https://github.com/flyersworder/sqlnbfmt/blob/main/LICENSE)
56
[![Python Versions](https://img.shields.io/pypi/pyversions/sqlnbfmt.svg)](https://pypi.org/project/sqlnbfmt/)
67

pyproject.toml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,16 @@ readme = "README.md"
1010
requires-python = ">=3.12"
1111
keywords = ["sql", "jupyter", "notebook", "formatter", "sqlglot", "pre-commit"]
1212
classifiers = [
13+
"Development Status :: 4 - Beta",
14+
"Intended Audience :: Developers",
15+
"Intended Audience :: Science/Research",
16+
"License :: OSI Approved :: MIT License",
1317
"Programming Language :: Python :: 3",
1418
"Programming Language :: Python :: 3.12",
15-
"Programming Language :: Python :: 3.13"
19+
"Programming Language :: Python :: 3.13",
20+
"Topic :: Software Development :: Quality Assurance",
21+
"Topic :: Software Development :: Libraries :: Python Modules",
22+
"Framework :: Jupyter",
1623
]
1724
dependencies = [
1825
"nbformat>=5.10.4",

0 commit comments

Comments
 (0)