Skip to content

Commit

Permalink
Small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
browniebroke committed Nov 23, 2014
1 parent 84320de commit 3e4b370
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -3,6 +3,7 @@
.coverage

build
dist

# Sphinx documentation
docs/build/
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -23,7 +23,7 @@ def find_version(*file_paths):
version = find_version('deezer/__init__.py')

setup(
name='deezer',
name='deezer-python',
version=version,
description='A friendly wrapper library for the Deezer API',
long_description=(read('README.rst') + '\n\n' +
Expand Down

0 comments on commit 3e4b370

Please sign in to comment.