fastai / nbdev

Create delightful software with Jupyter Notebooks
https://nbdev.fast.ai/
Apache License 2.0
4.8k stars 484 forks source link

omitting author-email from settings.ini #1378

Open fenke opened 8 months ago

fenke commented 8 months ago

Nobody wants their mailbox swamped with spam, so it should be possible to omit the author-email from the settings.ini.

deven367 commented 7 months ago

You could do it in your setup.py, just remove author_email from the cfg_keys variable.