Skip to content

Commit 1376d49

Browse files
committed
Fix pypi classifier
1 parent 9c60870 commit 1376d49

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ to cluttered, inefficient code and hello to a cleaner, more streamlined developm
1010
process with Unimport.
1111

1212
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/hakancelikdev/unimport/main.svg)](https://results.pre-commit.ci/latest/github/hakancelikdev/unimport/main)
13-
![test](https://github.com/hakancelikdev/unimport/workflows/Test/badge.svg)
13+
![test](https://github.com/hakancelikdev/unimport/workflows/test/badge.svg)
1414

1515
[![Pypi](https://img.shields.io/pypi/v/unimport)](https://pypi.org/project/unimport/)
1616
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/unimport)

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ to cluttered, inefficient code and hello to a cleaner, more streamlined developm
1010
process with Unimport.
1111

1212
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/hakancelikdev/unimport/main.svg)](https://results.pre-commit.ci/latest/github/hakancelikdev/unimport/main)
13-
![test](https://github.com/hakancelikdev/unimport/workflows/Test/badge.svg)
13+
![test](https://github.com/hakancelikdev/unimport/workflows/test/badge.svg)
1414

1515
[![Pypi](https://img.shields.io/pypi/v/unimport)](https://pypi.org/project/unimport/)
1616
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/unimport)

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ keywords =
1212
long_description_content_type = text/markdown
1313
license = MIT
1414
classifiers =
15-
Development Status :: 4 - Production/Stable
15+
Development Status :: 5 - Production/Stable
1616
License :: OSI Approved :: MIT License
1717
Operating System :: OS Independent
1818
Programming Language :: Python

0 commit comments

Comments
 (0)