Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hatamiarash7 committed Feb 25, 2024
1 parent 5c20bac commit 8e90748
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,16 @@ Check URLs that filtered ( or not ) in Iran

## Requirements

- Python 3.8+
- Python 3.10+

## Install

```bash
pip install check-filter
```

You can also download wheel package from [release](https://github.com/hatamiarash7/CheckFiltering/releases/latest) page.

## Usage

You can use this package in three ways:
Expand Down
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ authors = ["Arash Hatami <hatamiarash7@gmail.com>"]
classifiers = [
"Topic :: Software Development",
"Topic :: Software Development :: Libraries",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Development Status :: 5 - Production/Stable",
Expand All @@ -19,7 +18,7 @@ name = "check-filter"
packages = [{include = "check_filter"}]
readme = "README.md"
repository = "https://github.com/hatamiarash7/CheckFiltering"
version = "2.3.3"
version = "2.3.4"

[tool.poetry.dependencies]
dnspython = "^2.4.0"
Expand Down

0 comments on commit 8e90748

Please sign in to comment.