Skip to content

Commit

Permalink
update classifiers and README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zariiii9003 committed Oct 6, 2024
1 parent 71cdc24 commit 93d7c5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The documentation is available [here](https://autosar-e2e.readthedocs.io/en/late
This library provides fast C implementations of the E2E CRC algorithms and E2E profiles.

Currently, all relevant CRC algorithms are available in module `e2e.crc`
but only E2E profiles 1, 2 and 5 are available.
but only E2E profiles 1, 2, 4 and 5 are available.
If you provide example data for the other profiles I would try to implement them, too.

## Installation
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: Implementation :: CPython",
]
dependencies = []
Expand Down

0 comments on commit 93d7c5c

Please sign in to comment.