Skip to content

Commit 2535d4d

Browse files
authored
fix: add missing project metadata (#11)
1 parent 67ad0ca commit 2535d4d

2 files changed

Lines changed: 95 additions & 90 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
[project]
22
name = "python-hiccup"
3-
version = "0.3.3"
3+
version = "0.3.4"
44
description = "Python Hiccup is a library for representing HTML using plain Python data structures"
5+
authors = [{name = "David Vujic"}]
56
readme = "README.md"
67
requires-python = ">=3.10"
78
dependencies = []
89

10+
[project.urls]
11+
Repository = "https://github.com/DavidVujic/python-hiccup"
12+
913
[tool.ruff]
1014
lint.select = ["ALL"]
1115
lint.ignore = ["COM812", "ISC001", "D203", "D213"]

0 commit comments

Comments
 (0)