Skip to content

Commit

Permalink
setup.py: change package metadata to joalla
Browse files Browse the repository at this point in the history
  • Loading branch information
JOJ0 committed Jun 12, 2020
1 parent 1acf23f commit 12792e5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
from setuptools import setup

setup(
name='discogs-client',
version='2.3.0',
description='Official Python API client for Discogs',
url='https://github.com/discogs/discogs_client',
author='Discogs',
author_email='api@discogsinc.com',
name='python3-discogs-client',
version='2.3.1',
description='Python API client for Discogs',
url='https://github.com/joalla/discogs_client',
author='joalla',
author_email='jt@peek-a-boo.at',
test_suite='discogs_client.tests',
classifiers=[
'Development Status :: 7 - Inactive',
Expand Down

0 comments on commit 12792e5

Please sign in to comment.