Skip to content

Commit

Permalink
Remove custom classifiers from pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicoretti committed Dec 18, 2022
1 parent ddf2118 commit 443b173
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 3 additions & 0 deletions docs/docs/changelog/unreleased.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@

## 📚 Documentation
* Update repository status badge in documentation

## 🔩 Internal
* Remove custom python version classifiers from pyproject.toml
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ maintainers = ["Nicola Coretti <nico.coretti@gmail.com>"]
license = "BSD-2-Clause"
readme = "README.md"
classifiers = [
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"License :: OSI Approved :: BSD License",
]
keywords = ['CRC', 'CRC8', 'CRC16', 'CRC32', 'CRC64']
Expand Down

0 comments on commit 443b173

Please sign in to comment.