mirror of https://github.com/asciimoo/exrex.git
Fix: Typo in email address
This commit is contained in:
parent
85b6da9216
commit
07d12e2e20
2
setup.py
2
setup.py
|
@ -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'
|
||||
|
||||
|
|
Loading…
Reference in New Issue