Skip to content

Commit

Permalink
Update setup.py (#10)
Browse files Browse the repository at this point in the history
* Added long description to package for pypi

* removed build dir from commit

* updated readme
  • Loading branch information
alifhughes committed Jun 29, 2020
1 parent c64e7cf commit 6e34ebb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.mkd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This is an active fork of the official "Discogs API client for Python", which was deprecated by discogs.com as of June 2020. We think it is a very useful Python module and decided to continue maintaining it. If you'd like to contribute your code, you are very welcome to submit a pull-request as described [here](#contributing).

python3-discogs-client enables you to query the Discogs database (discogs.com) through its REST-API for information on artists, releases, labels, users, Marketplace listings, and more. It also supports OAuth 1.0a authorization, which allows you to change user data such as profile information, collections and wantlists, inventory, and orders.
[python3-discogs-client](https://pypi.org/project/python3-discogs-client/) enables you to query the Discogs database (discogs.com) through its REST-API for information on artists, releases, labels, users, Marketplace listings, and more. It also supports OAuth 1.0a authorization, which allows you to change user data such as profile information, collections and wantlists, inventory, and orders.

Find usage information on this README page or search and ask in the API section of the Discogs developer forum at https://www.discogs.com/forum/topic/1082.

Expand All @@ -11,7 +11,7 @@ Find usage information on this README page or search and ask in the API section

## Installation

Install the client from PyPI using your favorite package manager.
Install [the client from PyPI](https://pypi.org/project/python3-discogs-client/) using your favorite package manager.

```sh
$ pip install discogs_client
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@

setup(
name='python3-discogs-client',
version='2.3.1',
version='2.3.2',
description='Python API client for Discogs',
long_description='This is an active fork of the official "Discogs API client for Python", which was deprecated by discogs.com as of June 2020. We think it is a very useful Python module and decided to continue maintaining it. Please visit: https://github.com/joalla/discogs_client for more information.',
url='https://github.com/joalla/discogs_client',
author='joalla',
author_email='jt@peek-a-boo.at',
Expand Down

0 comments on commit 6e34ebb

Please sign in to comment.