python-packaging
python-packaging copied to clipboard
Git repo name incorrect in setup.py
In setup.py: https://github.com/storborg/python-packaging/blob/master/funniest/setup.py
the url (line 20) is listed as follows:
url='http://github.com/storborg/funniest',
This repo does not exist, I believe it ought to be:
url='http://github.com/storborg/python-packaging',