fix repository url in setup.py
This commit is contained in:
parent
baf2198a7b
commit
750463b3f5
4
setup.py
4
setup.py
@ -6,8 +6,8 @@ setup(
|
||||
description = 'Pretty and helpful exceptions, automatically',
|
||||
author = 'Josh Junon',
|
||||
author_email = 'josh@junon.me',
|
||||
url = 'https://github.com/qix-/better_exceptions',
|
||||
download_url = 'https://github.com/qix-/better_exceptions/archive/0.1.0.tar.gz',
|
||||
url = 'https://github.com/qix-/better-exceptions',
|
||||
download_url = 'https://github.com/qix-/better-exceptions/archive/0.1.0.tar.gz',
|
||||
keywords = ['pretty', 'better', 'exceptions', 'exception', 'error', 'local', 'debug', 'debugging', 'locals'],
|
||||
classifiers = [],
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user