Skip to content

Commit eb92078

Browse files
Bump version to 2.0.2
1 parent 22801d4 commit eb92078

File tree

1 file changed

+5
-16
lines changed

1 file changed

+5
-16
lines changed

pyproject.toml

Lines changed: 5 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,16 @@
11
[tool.poetry]
22
name = "pyhtml-enhanced"
3-
version = "2.0.1"
3+
version = "2.0.2"
44
description = "A library for building HTML documents with a simple and learnable syntax"
55
authors = ["Miguel Guthridge <miguel.guthridge@unsw.edu.au>"]
66
license = "MIT"
77
readme = "README.md"
8-
packages = [{include = "pyhtml"}]
8+
packages = [{ include = "pyhtml" }]
99

1010
repository = "https://github.com/COMP1010UNSW/pyhtml-enhanced"
1111
documentation = "https://github.com/COMP1010UNSW/pyhtml-enhanced#README"
1212

13-
keywords = [
14-
'html',
15-
'template',
16-
'pyhtml',
17-
'markup',
18-
'documentation',
19-
]
13+
keywords = ['html', 'template', 'pyhtml', 'markup', 'documentation']
2014

2115
classifiers = [
2216
"Programming Language :: Python :: 3",
@@ -56,15 +50,10 @@ requires = ["poetry-core"]
5650
build-backend = "poetry.core.masonry.api"
5751

5852
[tool.mypy]
59-
exclude = [
60-
'meta/templates/*',
61-
]
53+
exclude = ['meta/templates/*']
6254

6355
[tool.flake8]
64-
exclude = [
65-
'meta/templates',
66-
'pyhtml/__tags/generated.py',
67-
]
56+
exclude = ['meta/templates', 'pyhtml/__tags/generated.py']
6857
per-file-ignores = [
6958
"pyhtml/__tags/input.py:E501",
7059
"pyhtml/__tags/geberated.py:E501",

0 commit comments

Comments
 (0)