Fix pip installation. See issue #5.
This commit is contained in:
parent
ad43038d54
commit
caa20e18dc
2 changed files with 3 additions and 2 deletions
|
@ -8,11 +8,12 @@ Features:
|
||||||
|
|
||||||
Changes:
|
Changes:
|
||||||
- comics: CyanideAndHappiness image filename now has the strip number prefixed.
|
- comics: CyanideAndHappiness image filename now has the strip number prefixed.
|
||||||
- installation: The source package is now in .tar.xz format.
|
|
||||||
|
|
||||||
Fixes:
|
Fixes:
|
||||||
- scripts: Ensure the generated comic names do not exceed 100 characters so
|
- scripts: Ensure the generated comic names do not exceed 100 characters so
|
||||||
they do not cause problems with path length restrictions.
|
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)
|
Dosage 1.8 (released 20.12.2012)
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -378,7 +378,7 @@ args = dict(
|
||||||
maintainer = 'Bastian Kleineidam',
|
maintainer = 'Bastian Kleineidam',
|
||||||
maintainer_email = 'bastian.kleineidam@web.de',
|
maintainer_email = 'bastian.kleineidam@web.de',
|
||||||
license = 'MIT',
|
license = 'MIT',
|
||||||
url = 'https://github.com/wummel/dosage',
|
url = 'http://wummel.github.com/dosage/',
|
||||||
packages = (
|
packages = (
|
||||||
'dosagelib',
|
'dosagelib',
|
||||||
'dosagelib.plugins',
|
'dosagelib.plugins',
|
||||||
|
|
Loading…
Reference in a new issue