Fix: Typo in email address

This commit is contained in:
Adisakshya Chauhan 2019-10-07 18:00:50 +05:30 committed by GitHub
parent 85b6da9216
commit 07d12e2e20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ from setuptools import find_packages, setup, Command
NAME = 'exrex'
DESCRIPTION = 'Irregular methods for regular expressions'
URL = 'https://github.com/asciimoo/exrex'
EMAIL = 'asciimoo@gmail.co'
EMAIL = 'asciimoo@gmail.com'
AUTHOR = 'Adam Tauber'
VERSION = '0.10.6'