Skip to content

Commit 57b9768

Browse files
author
Alan Christie
committed
docs: Doc tweak
1 parent dbd0e63 commit 57b9768

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The project's written in Python and uses `Poetry`_ for dependency and package
3838
management. We also use `pre-commit`_ to manage our pre-commit hooks, which
3939
rely on `black`_, `mypy`_, `pylint`_, amongst others.
4040

41-
Create your enverionewmnt::
41+
Create your environment::
4242

4343
poetry shell
4444
poetry install --with dev
@@ -49,7 +49,7 @@ _clean_ project::
4949

5050
pre-commit run --all
5151

52-
And then running the tests::
52+
And then run the tests::
5353

5454
pytest
5555

pyproject.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
[tool.poetry]
22
name = "im-data-manager-workflow-decoder"
33
version = "0.1.0"
4-
description = ""
5-
authors = ["Alan Christie <[email protected]>"]
4+
description = "The Data Manager workflow schema and decoder."
5+
authors = [
6+
"Alan Christie <[email protected]>",
7+
"Kalev Takkis <[email protected]>"
8+
]
69
readme = "README.rst"
710
packages = [
811
{ include = "workflow", from = "." }

0 commit comments

Comments
 (0)