Skip to content

Commit 5c92183

Browse files
committed
Remove contact vk link (use GitHub Issues) & Update email
1 parent c80d624 commit 5c92183

19 files changed

Lines changed: 10 additions & 31 deletions

jconfig/__init__.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
# -*- coding: utf-8 -*-
22
"""
33
:authors: python273
4-
:contact: https://vk.com/python273
54
:license: Apache License, Version 2.0, see LICENSE file
65
76
:copyright: (c) 2018 python273
87
"""
98

109
__author__ = 'python273'
1110
__version__ = '3.0'
12-
__email__ = 'whoami@python273.pw'
13-
__contact__ = 'https://vk.com/python273'
11+
__email__ = 'vk_api@python273.pw'
1412

1513
from .jconfig import Config

jconfig/base.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# -*- coding: utf-8 -*-
22
"""
33
:authors: python273
4-
:contact: https://vk.com/python273
54
:license: Apache License, Version 2.0, see LICENSE file
65
76
:copyright: (c) 2018 python273

jconfig/jconfig.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# -*- coding: utf-8 -*-
22
"""
33
:authors: python273
4-
:contact: https://vk.com/python273
54
:license: Apache License, Version 2.0, see LICENSE file
65
76
:copyright: (c) 2018 python273

jconfig/memory.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# -*- coding: utf-8 -*-
22
"""
33
:authors: python273
4-
:contact: https://vk.com/python273
54
:license: Apache License, Version 2.0, see LICENSE file
65
76
:copyright: (c) 2018 python273

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
"""
66
:authors: python273
7-
:contact: https://vk.com/python273
87
:license: Apache License, Version 2.0, see LICENSE file
98
109
:copyright: (c) 2018 python273
@@ -21,7 +20,7 @@
2120
version=version,
2221

2322
author='python273',
24-
author_email='whoami@python273.pw',
23+
author_email='vk_api@python273.pw',
2524

2625
description=(
2726
u'Python модуль для написания скриптов для социальной сети '

vk_api/__init__.py

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
11
# -*- coding: utf-8 -*-
2+
"""
3+
:authors: python273
4+
:license: Apache License, Version 2.0, see LICENSE file
5+
6+
:copyright: (c) 2018 python273
7+
"""
28
from .enums import *
39
from .exceptions import *
410
from .requests_pool import VkRequestsPool, vk_request_one_param_pool
511
from .tools import VkTools
612
from .upload import VkUpload
713
from .vk_api import VkApi
814

9-
"""
10-
:authors: python273
11-
:contact: https://vk.com/python273
12-
:license: Apache License, Version 2.0, see LICENSE file
13-
14-
:copyright: (c) 2018 python273
15-
"""
1615

1716
__author__ = 'python273'
1817
__version__ = '10.1'
19-
__email__ = 'whoami@python273.pw'
20-
__contact__ = 'https://vk.com/python273'
18+
__email__ = 'vk_api@python273.pw'

vk_api/audio.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# -*- coding: utf-8 -*-
22
"""
33
:authors: python273
4-
:contact: https://vk.com/python273
54
:license: Apache License, Version 2.0, see LICENSE file
65
76
:copyright: (c) 2018 python273

vk_api/bot_longpoll.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# -*- coding: utf-8 -*-
22
"""
33
:authors: deker104, python273
4-
:contact: https://vk.com/python273
54
:license: Apache License, Version 2.0, see LICENSE file
65
76
:copyright: (c) 2018 python273

vk_api/enums.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# -*- coding: utf-8 -*-
22
"""
33
:authors: python273
4-
:contact: https://vk.com/python273
54
:license: Apache License, Version 2.0, see LICENSE file
65
76
:copyright: (c) 2018 python273

vk_api/exceptions.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# -*- coding: utf-8 -*-
22
"""
33
:authors: python273
4-
:contact: https://vk.com/python273
54
:license: Apache License, Version 2.0, see LICENSE file
65
76
:copyright: (c) 2018 python273

0 commit comments

Comments
 (0)