TimothyClaeys / pycose

A Python implementation of the COSE specification (CBOR Object Signing and Encryption) described in RFC 8152.
https://tools.ietf.org/html/rfc8152
Other
39 stars 24 forks source link

fix: wrong python package classifiers #86

Closed TimothyClaeys closed 2 years ago

TimothyClaeys commented 2 years ago

Fixed faulty classifiers:

sonarcloud[bot] commented 2 years ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

TimothyClaeys commented 2 years ago

Sorry for not catching that in the last PR, I haven't really used setup.cfg much :)

No problem, I also had to look up how I could revert my setup.py to a setup.cfg.