Skip to content

Commit

Permalink
Update package classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicoretti committed Apr 14, 2024
1 parent ada6b9c commit 2368149
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/docs/changelog/unreleased.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@

## 🔩 Internal
* Update `python-environment` action
* Add classifiers to `pyproject.toml`
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ license = "BSD-2-Clause"
readme = "README.md"
classifiers = [
"License :: OSI Approved :: BSD License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
]
keywords = ['CRC', 'CRC8', 'CRC16', 'CRC32', 'CRC64']
repository = "https://github.com/Nicoretti/crc"
Expand Down

0 comments on commit 2368149

Please sign in to comment.