|
32 | 32 | packages=['dblstats', 'dblstats.objects', 'dblstats.utils'], |
33 | 33 | version=version, |
34 | 34 | license='MIT', |
35 | | - description='A python dblstats.com API wrapper.', |
| 35 | + description='A python dblstatistics.com API wrapper.', |
36 | 36 | # project_urls={ |
37 | 37 | # "Documentation": "WIP", |
38 | 38 | # }, |
39 | 39 | long_description=long_description, |
40 | 40 | 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', |
44 | 44 | keywords=["dbl", "stats", "statistics", "dblstatistics.com"], |
45 | 45 | install_requires=[ |
46 | 46 | "aiohttp" |
|
51 | 51 | # Development Status :: 1 - Planning |
52 | 52 | # Development Status :: 2 - Pre-Alpha |
53 | 53 | # 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', |
56 | 56 | # Development Status :: 6 - Mature |
57 | 57 | # Development Status :: 7 - Inactive |
58 | 58 | 'Intended Audience :: Developers', |
|
0 commit comments