We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf9a69c commit 6531610Copy full SHA for 6531610
pyproject.toml
@@ -1,8 +1,17 @@
1
[tool.poetry]
2
name = "conjecture"
3
-version = "0.0.1"
+version = "0.0.2"
4
description = "A pythonic assertion library"
5
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
+]
15
16
[tool.poetry.dependencies]
17
python = "^3.9"
0 commit comments