~valhalla/confusable_homoglyphs

a0b9aa300933472270938c706361e42b3a0539e1 — Elena ``of Valhalla'' Grandi 7 months ago 81df96d master
Update project metadata for the adoption
1 files changed, 3 insertions(+), 3 deletions(-)

M setup.py
M setup.py => setup.py +3 -3
@@ 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={