We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 373937a commit 1da4649Copy full SHA for 1da4649
flake8p/meta.py
@@ -2,6 +2,6 @@
2
3
title = 'Flake8-pyproject'
4
synopsis = 'Runs Flake8 with configuration from pyproject.toml.'
5
-version = '0.9.1'
+version = '1.0.0'
6
author = 'John Hennig'
7
license = 'MIT'
pyproject.toml
@@ -6,7 +6,7 @@ authors = [{name='John Hennig'}]
license = {file='license.txt'}
keywords = ['Flake8', 'pyproject.toml']
8
classifiers = [
9
- 'Development Status :: 4 - Beta',
+ 'Development Status :: 5 - Production/Stable',
10
'Programming Language :: Python',
11
'Topic :: Software Development :: Quality Assurance',
12
'Intended Audience :: Developers',
0 commit comments