Metadata-Version: 2.4
Name: seam-lint
Version: 0.7.0
Summary: Deprecated — renamed to bulla. Install bulla instead: pip install bulla
Project-URL: Homepage, https://github.com/jkomkov/bulla
Author: Glyph
License: MIT
Classifier: Development Status :: 7 - Inactive
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Requires-Dist: bulla>=0.7.0
Description-Content-Type: text/markdown

# seam-lint → bulla

**This package has been renamed to [bulla](https://pypi.org/project/bulla/).**

```
pip install bulla
```

This shim package depends on `bulla` and re-exports everything, so existing
`import seam_lint` code will continue to work with a deprecation warning.
New code should use `import bulla` directly.
