Skip to content

Commit 435b1d8

Browse files
committed
Package builder change
1 parent 22f2f20 commit 435b1d8

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

dblstats/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020
from .objects import exceptions
2121
from .objects.dblstats_client import Client, Sorter
2222

23-
__version__ = "v0.1.7"
23+
__version__ = "v0.1.8"
2424
errors = exceptions

setup.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@
3232
packages=['dblstats', 'dblstats.objects', 'dblstats.utils'],
3333
version=version,
3434
license='MIT',
35-
description='A python dblstats.com API wrapper.',
35+
description='A python dblstatistics.com API wrapper.',
3636
# project_urls={
3737
# "Documentation": "WIP",
3838
# },
3939
long_description=long_description,
4040
author='Arthurdw',
41-
author_email='mail.arthurdw@gmail.com',
42-
url='https://github.com/Arthurdw/dblstats',
43-
download_url=f'https://github.com/Arthurdw/dblstats/archive/{version}.tar.gz',
41+
author_email='mail@arthurdw.com',
42+
url='https://github.com/dbl-marcorennmaus-de/dblstats.py',
43+
download_url=f'https://github.com/dbl-marcorennmaus-de/dblstats.py/archive/{version}.tar.gz',
4444
keywords=["dbl", "stats", "statistics", "dblstatistics.com"],
4545
install_requires=[
4646
"aiohttp"
@@ -51,8 +51,8 @@
5151
# Development Status :: 1 - Planning
5252
# Development Status :: 2 - Pre-Alpha
5353
# Development Status :: 3 - Alpha
54-
'Development Status :: 4 - Beta',
55-
# Development Status :: 5 - Production/Stable
54+
# 'Development Status :: 4 - Beta',
55+
'Development Status :: 5 - Production/Stable',
5656
# Development Status :: 6 - Mature
5757
# Development Status :: 7 - Inactive
5858
'Intended Audience :: Developers',

0 commit comments

Comments
 (0)