Skip to content
This repository was archived by the owner on Feb 15, 2024. It is now read-only.

Commit 70fd223

Browse files
committed
Changed links in setup.py
1 parent 6b6e944 commit 70fd223

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

setup.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,9 @@
1313
long_description_content_type='text/markdown',
1414
url='https://github.com/DarkCat09/python-aternos',
1515
project_urls={
16-
'Homepage': 'https://codeberg.org/DarkCat09/python-aternos',
16+
'Documentation': 'https://python-aternos.codeberg.page',
1717
'GitHub': 'https://github.com/DarkCat09/python-aternos',
1818
'Bug Tracker': 'https://github.com/DarkCat09/python-aternos/issues',
19-
'Bug Tracker 2': 'https://codeberg.org/DarkCat09/python-aternos/issues'
2019
},
2120
classifiers=[
2221
'Development Status :: 4 - Beta',
@@ -32,14 +31,14 @@
3231
'Operating System :: MacOS',
3332
'Intended Audience :: Developers',
3433
'Topic :: Internet',
35-
'Typing :: Typed'
34+
'Typing :: Typed',
3635
],
3736
install_requires=[
3837
'lxml>=4.8.0',
3938
'cloudscraper>=1.2.60',
4039
'js2py>=0.71',
4140
'websockets>=10.1',
42-
'regex>=2022.3.15'
41+
'regex>=2022.3.15',
4342
],
4443
packages=['python_aternos'],
4544
python_requires=">=3.7",

0 commit comments

Comments
 (0)