Skip to content
This repository has been archived by the owner on May 4, 2020. It is now read-only.

Commit

Permalink
Point everything at python-excel.org, fixes #21.
Browse files Browse the repository at this point in the history
  • Loading branch information
cjw296 committed Apr 5, 2013
1 parent ee3ce09 commit 7f3516e
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions setup.py
Expand Up @@ -33,17 +33,13 @@
'xls excel spreadsheet workbook worksheet pyExcelerator'
)

SVN_URL = 'https://secure.simplistix.co.uk/svn/xlwt/trunk'

DOWNLOAD_URL = 'http://pypi.python.org/pypi/xlwt'

setup(
name = 'xlwt',
version = __VERSION__,
maintainer = 'John Machin',
maintainer_email = 'sjmachin@lexicon.net',
url = SVN_URL,
download_url = DOWNLOAD_URL,
url = 'http://www.python-excel.org/',
download_url = 'http://pypi.python.org/pypi/xlwt',
description = DESCRIPTION,
long_description = LONG_DESCRIPTION,
license = 'BSD',
Expand Down

0 comments on commit 7f3516e

Please sign in to comment.