Skip to content

Commit b2c4f76

Browse files
committed
Update project links
1 parent 0940122 commit b2c4f76

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# These are supported funding model platforms
22

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]
44
patreon: # Replace with a single Patreon username
55
open_collective: # Replace with a single Open Collective username
66
ko_fi: # Replace with a single Ko-fi username

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,15 @@
1818
description='Enables pylint to force a consistent file header.',
1919
long_description=LONG_DESCRIPTION,
2020
long_description_content_type='text/markdown',
21-
url='https://github.com/HaaLeo/pylint-file-header',
2221
author='Leo Hanisch',
2322
license='MIT',
2423
package_data={'pylintfileheader': ['ThirdPartyNotices.txt']},
2524
install_requires=[],
2625
project_urls={
26+
'Source': 'https://github.com/HaaLeo/pylint-file-header',
2727
'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'
2930
},
3031
python_requires='>=2.7',
3132
keywords=[

0 commit comments

Comments
 (0)