Fixed package url
This commit is contained in:
parent
dda929b4b3
commit
fa8c664809
2
setup.py
2
setup.py
|
@ -20,7 +20,7 @@ exec(source)
|
||||||
setup(
|
setup(
|
||||||
name = 'bottle-sqlite',
|
name = 'bottle-sqlite',
|
||||||
version = __version__,
|
version = __version__,
|
||||||
url = 'http://bottlepy.org/docs/dev/plugins/sqlite.html',
|
url = 'https://github.com/bottlepy/bottle-sqlite',
|
||||||
description = 'SQLite3 integration for Bottle.',
|
description = 'SQLite3 integration for Bottle.',
|
||||||
long_description = __doc__,
|
long_description = __doc__,
|
||||||
author = 'Marcel Hellkamp',
|
author = 'Marcel Hellkamp',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user