Metadata-Version: 2.1
Name: laureate
Version: 3.0.0
Summary: Generate Homebrew formulae for Poetry projects
Home-page: https://github.com/celsiusnarhwal/laureate
License: MIT
Author: celsius narhwal
Author-email: hello@celsiusnarhwal.dev
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: click (>=8.1.3,<9.0.0)
Requires-Dist: jinja2 (>=3.1.2,<4.0.0)
Requires-Dist: requests (>=2.28.1,<3.0.0)
Requires-Dist: toml (>=0.10.2,<0.11.0)
Project-URL: Repository, https://github.com/celsiusnarhwal/laureate
Description-Content-Type: text/markdown

# laureate has been deprecated

laureate has been succeeded by [poetry-brew](https://github.com/celsiusnarhwal/poetry-brew).

```bash
poetry self add poetry-brew
```

