Skip to content

Commit

Permalink
update name for pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Mangum authored and potatochip committed Jan 22, 2020
1 parent 3133e02 commit 0a96c6f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ __pycache__
.eggs/
*.egg-info/
.pytest_cache/
.tox/
.tox/
dist/
2 changes: 1 addition & 1 deletion bamboo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@
'MissingMappingError',
'MissingQueryError'
]
__version__ = pkg_resources.get_distribution('bamboo').version
__version__ = pkg_resources.get_distribution('elasticsearch-bamboo').version
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)',
Expand Down

0 comments on commit 0a96c6f

Please sign in to comment.