Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyrylo Tarasenko committed Oct 23, 2024
1 parent 8a98bc4 commit 8fa311e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "Very fast Python library for .eml files parsing."
edition = "2021"
version = "0.3.0"
authors = ["Andrii Sokyrko <[email protected]>"]
readme = "README.md"
readme = "Readme.md"
license-file = "LICENSE"
homepage = "https://github.com/namecheap/fast_mail_parser"
repository = "https://github.com/namecheap/fast_mail_parser"
Expand Down
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ benchmark:
pytest -v tests/benchmark

install:
ls -l
pip install .

install-test:
Expand Down
3 changes: 2 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# fast_mail_parser

![Test](https://github.com/namecheap/fast_mail_parser/workflows/Test/badge.svg)
[![PyPI version](https://badge.fury.io/py/fast-mail-parser.svg)](https://badge.fury.io/py/fast-mail-parser)
[![Downloads](https://pepy.tech/badge/fast-mail-parser)](https://pepy.tech/project/fast-mail-parser)
Expand All @@ -23,7 +24,6 @@ Legend:
OPS: Operations Per Second, computed as 1 / Mean
```


## Installation

Use the package manager [pip](https://pypi.org/project/fast_mail_parser/) to install fast_mail_parser.
Expand Down Expand Up @@ -60,6 +60,7 @@ for attachment in email.attachments:
```

## Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "Very fast Python library for .eml files parsing."
authors = [{ name = "Andrii Sokyrko", email = "[email protected]" }]
keywords = ["parser", "email", "rfc822", "mime", "maildir"]
requires-python = ">= 3.7"
readme = "README.md"
readme = "Readme.md"
license = { file = "LICENSE" }
classifiers = [
"License :: OSI Approved :: Apache Software License",
Expand Down

0 comments on commit 8fa311e

Please sign in to comment.