Skip to content

Commit

Permalink
python: simplify PYPI metadata to just supporting Python 3
Browse files Browse the repository at this point in the history
Prevents the supported versions from becoming out of sync when the wheel
build is updated.
  • Loading branch information
jgriffiths committed Aug 30, 2023
1 parent 2032311 commit 14b5d45
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,7 @@ def call(cmd):

'License :: OSI Approved :: MIT License',

'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3',
],
'keywords': 'Bitcoin wallet BIP32 BIP38 BIP39 secp256k1',
'project_urls': {
Expand Down

0 comments on commit 14b5d45

Please sign in to comment.