Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Distribute boto3.s3 in PyPI #85

Merged
merged 1 commit into from
Apr 13, 2015
Merged

Distribute boto3.s3 in PyPI #85

merged 1 commit into from
Apr 13, 2015

Conversation

kislyuk
Copy link
Contributor

@kislyuk kislyuk commented Apr 11, 2015

@kislyuk
Copy link
Contributor Author

kislyuk commented Apr 11, 2015

NB if you don't want to have to change setup.py every time you add a directory, do this in setup.py instead:

from setuptools import setup, find_packages
...
setup(
    ...
    packages = find_packages(exclude=['tests']),
)

@coveralls
Copy link

Coverage Status

Coverage remained the same at 96.93% when pulling a974936 on kislyuk:patch-1 into 9030218 on boto:develop.

@danielgtaylor danielgtaylor added the bug This issue is a confirmed bug. label Apr 13, 2015
@danielgtaylor
Copy link
Member

@kislyuk thanks for the fix! 👍

danielgtaylor added a commit that referenced this pull request Apr 13, 2015
Distribute boto3.s3 in PyPI
@danielgtaylor danielgtaylor merged commit 15d4420 into boto:develop Apr 13, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue is a confirmed bug.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants