File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 ' ]
77keywords = [' Flake8' , ' pyproject.toml' ]
88classifiers = [
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+
1920requires-python = ' >= 3.6'
2021dependencies = [
2122 ' Flake8 >= 5' ,
@@ -36,7 +37,8 @@ flake8p = 'flake8p:main'
3637Flake8-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
You can’t perform that action at this time.
0 commit comments