diff --git a/setup.py b/setup.py index 82cc63ed36..3e5cfa0287 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ def find_version(*file_paths): } setup( - name='botocore', + name='botocore-infra-testing', version=find_version("botocore", "__init__.py"), description='Low-level, data-driven core of boto 3.', long_description=open('README.rst').read(),