File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
# These are supported funding model platforms
2
2
3
- github : # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
3
+ github : [HaaLeo] # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
4
4
patreon : # Replace with a single Patreon username
5
5
open_collective : # Replace with a single Open Collective username
6
6
ko_fi : # Replace with a single Ko-fi username
Original file line number Diff line number Diff line change 18
18
description = 'Enables pylint to force a consistent file header.' ,
19
19
long_description = LONG_DESCRIPTION ,
20
20
long_description_content_type = 'text/markdown' ,
21
- url = 'https://github.com/HaaLeo/pylint-file-header' ,
22
21
author = 'Leo Hanisch' ,
23
22
license = 'MIT' ,
24
23
package_data = {'pylintfileheader' : ['ThirdPartyNotices.txt' ]},
25
24
install_requires = [],
26
25
project_urls = {
26
+ 'Source' : 'https://github.com/HaaLeo/pylint-file-header' ,
27
27
'Issue Tracker' : 'https://github.com/HaaLeo/pylint-file-header/issues' ,
28
- 'Changelog' : 'https://github.com/HaaLeo/pylint-file-header/blob/master/CHANGELOG.md'
28
+ 'Changelog' : 'https://github.com/HaaLeo/pylint-file-header/blob/master/CHANGELOG.md#changelog' ,
29
+ 'Funding' : 'https://github.com/sponsors/HaaLeo'
29
30
},
30
31
python_requires = '>=2.7' ,
31
32
keywords = [
You can’t perform that action at this time.
0 commit comments