From d8fcbbad0aadafc18f822cab28264d0ac6435af5 Mon Sep 17 00:00:00 2001 From: "beville@gmail.com" Date: Sun, 23 Mar 2014 22:28:03 +0000 Subject: [PATCH] Upload the zip package to pypi index site also git-svn-id: http://comictagger.googlecode.com/svn/trunk@691 6c5673fe-1810-88d6-992b-cd32ca31540c --- Makefile | 3 ++- setup.py | 5 ++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 87a83a3..5312a7c 100644 --- a/Makefile +++ b/Makefile @@ -52,7 +52,8 @@ upload: #$(UPLOAD_TOOL) -p comictagger -s "ComicTagger $(VERSION_STR) Source" -l Featured,Type-Source -u beville -w $(PASSWORD) "release/comictagger-$(VERSION_STR).zip" #$(UPLOAD_TOOL) -p comictagger -s "ComicTagger $(VERSION_STR) Mac OS X" -l Featured,Type-Archive -u beville -w $(PASSWORD) "release/ComicTagger-$(VERSION_STR).dmg" #$(UPLOAD_TOOL) -p comictagger -s "ComicTagger $(VERSION_STR) Windows" -l Featured,Type-Installer -u beville -w $(PASSWORD) "release/ComicTagger v$(VERSION_STR).exe" - python setup.py register + #python setup.py register + python setup.py sdist --formats=zip upload svn_tag: svn copy https://comictagger.googlecode.com/svn/trunk \ diff --git a/setup.py b/setup.py index 44bdcb8..e9c658a 100644 --- a/setup.py +++ b/setup.py @@ -9,8 +9,7 @@ setup(name = "comictagger", author = "Anthony Beville", author_email = "comictagger@gmail.com", url = "http://code.google.com/p/comictagger/", - #download_url = "http://comictagger.googlecode.com/files/comictagger-{0}.zip".format(comictaggerlib.ctversion.version), - download_url = "https://drive.google.com/uc?export=download&id=0Bw4IursaqWhhTjZ6UDB1aEx1am8", + download_url = "https://pypi.python.org/packages/source/c/comictagger/comictagger-{0}.zip".format(comictaggerlib.ctversion.version), packages = [ "comictaggerlib", "comictaggerlib/UnRAR2" ] , package_data = { 'comictaggerlib': ['ui/*.ui', 'graphics/*'] , @@ -37,7 +36,7 @@ setup(name = "comictagger", license = "Apache License 2.0", long_description = """ -ComicTagger is a multi-platform app for writing metadata to comic archives, written in Python and PyQt. +ComicTagger is a multi-platform app for writing metadata to digital comics, written in Python and PyQt. Features: