Fix pip installation. See issue #5.

This commit is contained in:
Bastian Kleineidam 2013-01-23 19:49:04 +01:00
parent ad43038d54
commit caa20e18dc
2 changed files with 3 additions and 2 deletions

View file

@ -8,11 +8,12 @@ Features:
Changes:
- comics: CyanideAndHappiness image filename now has the strip number prefixed.
- installation: The source package is now in .tar.xz format.
Fixes:
- scripts: Ensure the generated comic names do not exceed 100 characters so
they do not cause problems with path length restrictions.
- installation: Set correct homepage url so "pip install dosage" works.
Closes: GH bug #5
Dosage 1.8 (released 20.12.2012)

View file

@ -378,7 +378,7 @@ args = dict(
maintainer = 'Bastian Kleineidam',
maintainer_email = 'bastian.kleineidam@web.de',
license = 'MIT',
url = 'https://github.com/wummel/dosage',
url = 'http://wummel.github.com/dosage/',
packages = (
'dosagelib',
'dosagelib.plugins',