A README.md => README.md +18 -0
@@ 0,0 1,18 @@
+# eventsourcing-contrib
+
+A collection of contributions to the [eventsourcing](https://github.com/pyeventsourcing/eventsourcing) library, version 9.
+
+# Requirements
+
+Broadly speaking, we follow the `eventsourcing` library's own requirements:
+
+- Python 3.7+
+- `eventsourcing` >= 9.2
+
+# Contributing
+
+TODO: pinning rationale is latest, tox handles lowest version
+
+## Setting up the Python environment
+
+**Note:** the Makefile is self-documented, give `make help` a shot.
M pyproject.toml => pyproject.toml +1 -1
@@ 2,7 2,7 @@
name = "eventsourcing-contrib"
dynamic = ["version"]
requires-python = ">=3.7"
-description = "Contributions to the eventsourcing library"
+description = "Contributions to the Python eventsourcing library"
authors = [
{name = "Borjan Tchakaloff", email = "borjan@steadymonkey.eu"},
]