Update package data
This updates the copyright, the author email, and the repository url. Change-Id: Ia6cc3c900a9ada7c3be545e8cfad16eef2839749
This commit is contained in:
parent
413d21587b
commit
6232baa895
@ -40,7 +40,7 @@ master_doc = 'index'
|
|||||||
|
|
||||||
# General information about the project.
|
# General information about the project.
|
||||||
project = u'Swift S3 Compatibility Middleware'
|
project = u'Swift S3 Compatibility Middleware'
|
||||||
copyright = u'2012 OpenStack, LLC.'
|
copyright = u'2012-2014 OpenStack Foundation.'
|
||||||
|
|
||||||
# The version info for the project you're documenting, acts as replacement for
|
# The version info for the project you're documenting, acts as replacement for
|
||||||
# |version| and |release|, also used in various other places throughout the
|
# |version| and |release|, also used in various other places throughout the
|
||||||
@ -176,7 +176,7 @@ htmlhelp_basename = 'Swift3webdoc'
|
|||||||
# (source start file, target name, title, author, documentclass [howto/manual])
|
# (source start file, target name, title, author, documentclass [howto/manual])
|
||||||
latex_documents = [
|
latex_documents = [
|
||||||
('index', 'Swift3web.tex', u'Swift3 Documentation',
|
('index', 'Swift3web.tex', u'Swift3 Documentation',
|
||||||
u'OpenStack, LLC.', 'manual'),
|
u'OpenStack Foundation.', 'manual'),
|
||||||
]
|
]
|
||||||
|
|
||||||
# The name of an image file (relative to this directory) to place at the top of
|
# The name of an image file (relative to this directory) to place at the top of
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Swift S3 Compatibility Middleware
|
Swift S3 Compatibility Middleware
|
||||||
*********************************
|
*********************************
|
||||||
|
|
||||||
Copyright 2012 OpenStack, LLC.
|
Copyright (c) 2012-2014 OpenStack Foundation.
|
||||||
|
|
||||||
Licensed under the Apache License, Version 2.0 (the "License");
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
you may not use this file except in compliance with the License.
|
you may not use this file except in compliance with the License.
|
||||||
|
8
setup.py
8
setup.py
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/python
|
#!/usr/bin/python
|
||||||
# Copyright 2012 OpenStack, LLC.
|
# Copyright (c) 2012-2014 OpenStack Foundation.
|
||||||
#
|
#
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
# you may not use this file except in compliance with the License.
|
# you may not use this file except in compliance with the License.
|
||||||
@ -21,9 +21,9 @@ import swift3
|
|||||||
setup(name='swift3',
|
setup(name='swift3',
|
||||||
version=swift3.version,
|
version=swift3.version,
|
||||||
description='Swift AmazonS3 API emulation Middleware',
|
description='Swift AmazonS3 API emulation Middleware',
|
||||||
author='OpenStack, LLC.',
|
author='OpenStack Foundation',
|
||||||
author_email='openstack@lists.launchpad.net',
|
author_email='openstack-dev@lists.openstack.org',
|
||||||
url='https://github.com/fujita/swift3',
|
url='https://github.com/stackforge/swift3',
|
||||||
packages=['swift3'],
|
packages=['swift3'],
|
||||||
requires=['swift(>=1.4)'],
|
requires=['swift(>=1.4)'],
|
||||||
entry_points={'paste.filter_factory':
|
entry_points={'paste.filter_factory':
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Copyright 2012 OpenStack, LLC.
|
# Copyright (c) 2012-2014 OpenStack Foundation.
|
||||||
#
|
#
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
# you may not use this file except in compliance with the License.
|
# you may not use this file except in compliance with the License.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Copyright (c) 2010 OpenStack, LLC.
|
# Copyright (c) 2010-2014 OpenStack Foundation.
|
||||||
#
|
#
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
# you may not use this file except in compliance with the License.
|
# you may not use this file except in compliance with the License.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Copyright (c) 2011 OpenStack, LLC.
|
# Copyright (c) 2011-2014 OpenStack Foundation.
|
||||||
#
|
#
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
# you may not use this file except in compliance with the License.
|
# you may not use this file except in compliance with the License.
|
||||||
|
Loading…
Reference in New Issue
Block a user