Commit cc62afd
committed
Add default author email to setup script
- Adds default@example.com as default value for AUTHOR_EMAIL variable in ./setup.py.
- Fixes a Pylance argument error that questions the possibility of os.getenv() function returning an empty value, contrary to the accepted data types of setup(author_email), which is just strings.
- Fixes #10.1 parent 83b4b48 commit cc62afd
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments