python-packaging icon indicating copy to clipboard operation
python-packaging copied to clipboard

Git repo name incorrect in setup.py

Open grahamjamesaddis opened this issue 7 years ago • 0 comments

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',

grahamjamesaddis avatar Apr 04 '18 11:04 grahamjamesaddis