Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
django-openid-auth
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
django-openid-auth
Commits
96820457
Commit
96820457
authored
Apr 28, 2009
by
James Henstridge
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix the download_url in the distutils metadata.
parent
07f2da6f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
setup.py
+4
-2
No files found.
setup.py
View file @
96820457
...
...
@@ -43,17 +43,19 @@ from distutils.core import setup
description
,
long_description
=
__doc__
.
split
(
'
\n\n
'
,
1
)
VERSION
=
'0.1'
setup
(
name
=
'django-openid-auth'
,
version
=
'0.1'
,
version
=
VERSION
,
author
=
'Canonical Ltd'
,
description
=
description
,
long_description
=
long_description
,
license
=
'BSD'
,
platforms
=
[
'any'
],
url
=
'https://launchpad.net/django-openid-auth'
,
download_url
=
'https://launchpad.net/django-openid-auth/+download'
,
download_url
=
(
'http://launchpad.net/django-openid-auth/trunk/
%
s/+download'
'/django-openid-auth-
%
s.tar.gz'
%
(
VERSION
,
VERSION
)),
classifiers
=
[
'Development Status :: 4 - Beta'
,
'Environment :: Web Environment'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment