Made sure all the files we need are included in the tarball

This commit is contained in:
Monty Taylor 2010-07-22 12:52:02 +00:00 committed by Tarmac
commit 0a2c098404
4 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,4 @@
include AUTHORS LICENSE .functests .unittests .probetests
include AUTHORS LICENSE .functests .unittests .probetests test/__init__.py
graft doc
graft etc
graft test/functional

View File

@ -25,6 +25,7 @@ setup(
description='Swift',
license='Apache License (2.0)',
author='OpenStack, LLC.',
author_email='openstack-admins@lists.launchpad.net',
url='https://launchpad.net/swift',
packages=find_packages(exclude=['test','bin']),
test_suite = 'nose.collector',

View File

@ -4,7 +4,7 @@ Version: 1.0.2
Summary: Swift
Home-page: https://launchpad.net/swift
Author: OpenStack, LLC.
Author-email: UNKNOWN
Author-email: openstack-admins@lists.launchpad.net
License: Apache License (2.0)
Description: UNKNOWN
Platform: UNKNOWN

View File

@ -99,6 +99,7 @@ swift/obj/server.py
swift/obj/updater.py
swift/proxy/__init__.py
swift/proxy/server.py
test/__init__.py
test/functional/sample.conf
test/functional/swift.py
test/functional/tests.py