Skip to content

Commit 6531610

Browse files
committed
chore: update package metadata and version
1 parent bf9a69c commit 6531610

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

pyproject.toml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
11
[tool.poetry]
22
name = "conjecture"
3-
version = "0.0.1"
3+
version = "0.0.2"
44
description = "A pythonic assertion library"
55
authors = ["Daniel Knell <contact@danielknell.co.uk>"]
6+
readme = "README.md"
7+
license = "MIT"
8+
repository = "https://github.com/artisanofcode/python-conjecture"
9+
10+
classifiers = [
11+
"Topic :: Software Development :: Libraries",
12+
"Topic :: Software Development :: Testing",
13+
"Topic :: Utilities"
14+
]
615

716
[tool.poetry.dependencies]
817
python = "^3.9"

0 commit comments

Comments
 (0)