diff --git a/.gitignore b/.gitignore index 0173fc8..69a2363 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,5 @@ __pycache__ .eggs/ *.egg-info/ .pytest_cache/ -.tox/ \ No newline at end of file +.tox/ +dist/ \ No newline at end of file diff --git a/bamboo/__init__.py b/bamboo/__init__.py index fd639c5..7e3ef06 100644 --- a/bamboo/__init__.py +++ b/bamboo/__init__.py @@ -39,4 +39,4 @@ 'MissingMappingError', 'MissingQueryError' ] -__version__ = pkg_resources.get_distribution('bamboo').version +__version__ = pkg_resources.get_distribution('elasticsearch-bamboo').version diff --git a/setup.py b/setup.py index 95d7cab..ed341ed 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ VERSION = '0.3.2' setup( - name='bamboo', + name='elasticsearch-bamboo', packages=['bamboo'], version=VERSION, license='Mozilla Public License 2.0 (MPL 2.0)',