Skip to content

Commit e57ca16

Browse files
committed
added pyral-1.2.1 files to dists subdir, fixed download location in PKG-INFO and setup.py
1 parent 384724f commit e57ca16

5 files changed

Lines changed: 2 additions & 2 deletions

File tree

PKG-INFO

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Summary: Python toolkit for Rally REST API
55
Home-page: https://github.com/RallyTools/RallyRestToolkitForPython
66
Author: Kip Lehman (Rally Software Development)
77
License: BSD
8-
Download-URL: https://github.com/RallyTools/RallyRestToolkitForPython/raw/master/dists/pyral-1.2.1.zip
8+
Download-URL: https://github.com/RallyTools/RallyRestToolkitForPython/raw/master/dist/pyral-1.2.1.zip
99
Description: This is the README file for pyral, a package implementing a
1010
Pythonic interface to the Rally REST API
1111

69.4 KB
Binary file not shown.

dists/pyral-1.2.1.tar.gz

941 KB
Binary file not shown.

dists/pyral-1.2.1.zip

318 KB
Binary file not shown.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
AUTHOR_EMAIL = 'klehman@rallydev.com'
2222
LICENSE = 'BSD'
2323
GITHUB_SITE = 'https://github.com/RallyTools/RallyRestToolkitForPython'
24-
GITHUB_DISTS = '%s/raw/master/dists' % GITHUB_SITE
24+
GITHUB_DISTS = '%s/raw/master/dist' % GITHUB_SITE
2525
DOWNLOADABLE_ZIP = '%s/%s-%s.zip' % (GITHUB_DISTS, PACKAGE, VERSION)
2626
SHORT_DESCRIPTION = 'README.short'
2727
FULL_DESCRIPTION = 'README.rst'

0 commit comments

Comments
 (0)