[docs,build] Change all pycryptodome references to pycryptodomex

This commit is contained in:
pukkandan 2021-10-06 06:34:10 +05:30
parent 8472674399
commit 49e7e9c3ce
No known key found for this signature in database
GPG key ID: 0F00D95A001F4698
6 changed files with 23 additions and 13 deletions

View file

@ -23,7 +23,7 @@ LONG_DESCRIPTION = '\n\n'.join((
'**PS**: Some links in this document will not work since this is a copy of the README.md from Github',
open('README.md', 'r', encoding='utf-8').read()))
REQUIREMENTS = ['mutagen', 'pycryptodome', 'websockets']
REQUIREMENTS = ['mutagen', 'pycryptodomex', 'websockets']
if sys.argv[1:2] == ['py2exe']: