Closed slarse closed 4 years ago
Most modules say "author: Simon Larsén". This should be removed.
In setup.py, there's an author keyword in the setup call. It should read author="Simon Larsén, Tobias Hansson". Remove author_email="slarse@slar.se".
setup.py
author
setup
author="Simon Larsén, Tobias Hansson"
author_email="slarse@slar.se"
Most modules say "author: Simon Larsén". This should be removed.
In
setup.py
, there's anauthor
keyword in thesetup
call. It should readauthor="Simon Larsén, Tobias Hansson"
. Removeauthor_email="slarse@slar.se"
.