Skip to content

Commit

Permalink
Fix pypi classifier
Browse files Browse the repository at this point in the history
  • Loading branch information
hakancelikdev committed Dec 22, 2023
1 parent 9c60870 commit 1376d49
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ to cluttered, inefficient code and hello to a cleaner, more streamlined developm
process with Unimport.

[![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)
![test](https://github.com/hakancelikdev/unimport/workflows/Test/badge.svg)
![test](https://github.com/hakancelikdev/unimport/workflows/test/badge.svg)

[![Pypi](https://img.shields.io/pypi/v/unimport)](https://pypi.org/project/unimport/)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/unimport)
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ to cluttered, inefficient code and hello to a cleaner, more streamlined developm
process with Unimport.

[![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)
![test](https://github.com/hakancelikdev/unimport/workflows/Test/badge.svg)
![test](https://github.com/hakancelikdev/unimport/workflows/test/badge.svg)

[![Pypi](https://img.shields.io/pypi/v/unimport)](https://pypi.org/project/unimport/)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/unimport)
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ keywords =
long_description_content_type = text/markdown
license = MIT
classifiers =
Development Status :: 4 - Production/Stable
Development Status :: 5 - Production/Stable
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python
Expand Down

0 comments on commit 1376d49

Please sign in to comment.