Skip to content

Commit da0b9ed

Browse files
committed
Added link to GitHub releases as a project URL.
This way, there will be a link on PyPI directly to the release notes.
1 parent 8e4b87f commit da0b9ed

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

pyproject.toml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Project information: PyPI and Pip
22

33
[project]
4-
name = 'Flake8-pyproject'
5-
authors = [{name='John Hennig'}]
6-
license = {file='license.txt'}
4+
name = 'Flake8-pyproject'
5+
authors = [{name='John Hennig'}]
6+
dynamic = ['version', 'description']
77
keywords = ['Flake8', 'pyproject.toml']
88
classifiers = [
99
'Development Status :: 5 - Production/Stable',
@@ -14,8 +14,9 @@ classifiers = [
1414
'Framework :: Flake8',
1515
'License :: OSI Approved :: MIT License',
1616
]
17-
readme = 'PyPI.md'
18-
dynamic = ['version', 'description']
17+
license = {file='license.txt'}
18+
readme = 'PyPI.md'
19+
1920
requires-python = '>= 3.6'
2021
dependencies = [
2122
'Flake8 >= 5',
@@ -36,7 +37,8 @@ flake8p = 'flake8p:main'
3637
Flake8-pyproject = 'flake8p:Plugin'
3738

3839
[project.urls]
39-
Source = 'https://github.com/john-hen/Flake8-pyproject'
40+
Source = 'https://github.com/john-hen/Flake8-pyproject'
41+
Releases = 'https://github.com/john-hen/Flake8-pyproject/releases'
4042

4143

4244
# Wheel builder: Flit

0 commit comments

Comments
 (0)