Update project project status from alpha to beta 🎉

This commit is contained in:
Ethan Paul 2020-12-05 18:09:01 -05:00
parent 1941a103d3
commit 8356d52c4f
No known key found for this signature in database
GPG Key ID: C5F5542B54A4D9C6
2 changed files with 5 additions and 5 deletions

View File

@ -3,7 +3,7 @@
A plugin for [Tox](https://tox.readthedocs.io/en/latest/) that allows test environment
dependencies to be installed using [Poetry](https://python-poetry.org/) from its lockfile.
⚠️ **This project is alpha software and should not be used in production environments** ⚠️
⚠️ **This project is beta software and is under active development** ⚠️
[![ci-status](https://github.com/enpaul/tox-poetry-installer/workflows/CI/badge.svg?event=push)](https://github.com/enpaul/tox-poetry-installer/actions)
[![pypi-version](https://img.shields.io/pypi/v/tox-poetry-installer)](https://pypi.org/project/tox-poetry-installer/)
@ -531,10 +531,10 @@ releases on PyPI.
## Roadmap
This project is under active development and is classified as alpha software, not yet ready
for usage in production environments.
This project is under active development and is classified as beta software, ready for
production environments on a provisional basis only.
* Beta classification will be assigned when the initial feature set is finalized
* Beta classification was assigned with [v0.6.0](https://github.com/enpaul/tox-poetry-installer/releases/tag/0.6.0)
* Stable classification will be assigned when the test suite covers an acceptable number of
use cases

View File

@ -15,7 +15,7 @@ include = [
keywords = ["tox", "poetry", "plugin"]
readme = "README.md"
classifiers = [
"Development Status :: 3 - Alpha",
"Development Status :: 4 - Beta",
"Environment :: Plugins",
"Framework :: tox",
"Intended Audience :: Developers",