You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code in setup.py is damn bad. It heavily needs refactoring.
1 remove all the large docstrings that can be read from files
2 stop constructing code and then executing it
3 use setup.cfg for storing metadata
The code in
setup.py
is damn bad. It heavily needs refactoring.1 remove all the large docstrings that can be read from files
2 stop constructing code and then executing it
3 use
setup.cfg
for storing metadataYour
setup.py
should look likeThe text was updated successfully, but these errors were encountered: