@@ 34,9 34,9 @@ setup(
cmdclass=versioneer.get_cmdclass(),
description='Detect confusable usage of unicode homoglyphs, prevent homograph attacks.',
long_description=readme + '\n\n' + history,
- author='Victor Felder',
- author_email='victorfelder@gmail.com',
- url='https://github.com/vhf/confusable_homoglyphs',
+ author='Elena “of Valhalla” Grandi',
+ author_email='valhalla@trueelena.org',
+ url='https://sr.ht/~valhalla/confusable_homoglyphs/',
packages=find_packages(exclude=['contrib', 'docs', 'tests']),
package_data={'confusable_homoglyphs': ['categories.json', 'confusables.json']},
entry_points={