Use Radicale-git.tar.gz as download link for the git archive of Radicale.
This commit is contained in:
parent
90de4184bc
commit
ab0ee2c301
9
setup.py
9
setup.py
@ -54,9 +54,8 @@ class BuildScripts(build_scripts):
|
|||||||
self.copy_file(script, os.path.join(self.build_dir, root))
|
self.copy_file(script, os.path.join(self.build_dir, root))
|
||||||
|
|
||||||
|
|
||||||
# When the version is updated, ``radicale.VERSION`` must be modified and
|
# When the version is updated, ``radicale.VERSION`` must be modified.
|
||||||
# ``download_url`` must be uncommented. A new section in the ``NEWS`` file
|
# A new section in the ``NEWS`` file must be added too.
|
||||||
# must be added too.
|
|
||||||
setup(
|
setup(
|
||||||
name="Radicale",
|
name="Radicale",
|
||||||
version=radicale.VERSION,
|
version=radicale.VERSION,
|
||||||
@ -65,8 +64,8 @@ setup(
|
|||||||
author="Guillaume Ayoub",
|
author="Guillaume Ayoub",
|
||||||
author_email="guillaume.ayoub@kozea.fr",
|
author_email="guillaume.ayoub@kozea.fr",
|
||||||
url="http://www.radicale.org/",
|
url="http://www.radicale.org/",
|
||||||
#download_url="http://www.radicale.org/src/radicale/Radicale-%s.tar.gz" % \
|
download_url="http://www.radicale.org/src/radicale/Radicale-%s.tar.gz" % \
|
||||||
# radicale.VERSION,
|
radicale.VERSION,
|
||||||
license="GNU GPL v3",
|
license="GNU GPL v3",
|
||||||
platforms="Any",
|
platforms="Any",
|
||||||
packages=["radicale", "radicale.acl"],
|
packages=["radicale", "radicale.acl"],
|
||||||
|
Loading…
Reference in New Issue
Block a user