Skip to content

Commit 04473bd

Browse files
smaller fixes and first docstrings
1 parent bde3b8f commit 04473bd

6 files changed

Lines changed: 228 additions & 68 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,8 @@ include-package-data = false
2626
[tool.setuptools.packages.find]
2727
include = ["pytch*"]
2828

29+
[tool.poetry.extras]
30+
test = ["pytest"]
31+
2932
[project.scripts]
3033
pytch = "pytch.cli:main"

0 commit comments

Comments
 (0)