X Tutup
Skip to content

Commit 402ef6a

Browse files
committed
Updated trunk and fixes branch to make project name 'Spring Python'
git-svn-id: https://src.springframework.org/svn/se-springpython-py/trunk/springpython@499 ce8fead1-4192-4296-8608-a705134b927f
1 parent f64d6fa commit 402ef6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ def publish(filepath, s3bucket, AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, versio
229229
S3.S3Object(filedata),
230230
{ 'Content-Type': content_type,
231231
'x-amz-acl': 'public-read',
232-
'x-amz-meta-project.name': 'Spring Extensions',
232+
'x-amz-meta-project.name': 'Spring Python',
233233
'x-amz-meta-release.type': p['release.type'],
234234
'x-amz-meta-bundle.version': version,
235235
'x-amz-meta-package.file.name': filename } ).message

0 commit comments

Comments
 (0)
X Tutup