alan-turing-institute / python-project-template

15 stars 3 forks source link

Check regex for author email #20

Closed phinate closed 9 months ago

phinate commented 9 months ago

Stole some nice regex from a different copier template:

https://github.com/jupyterlab/extension-template/blob/2879c2b70e455d7afbb9eb80e87bb475524e2b28/copier.yml#L25-L34

(except we will not allow blank emails!)

Resolves #9.