From 36d036cf4225c305166d7124bf6657a8e36f688f Mon Sep 17 00:00:00 2001 From: Bruno Goncalves Date: Thu, 11 Apr 2024 14:37:12 -0400 Subject: [PATCH] update README --- README.md | 2 +- pyproject.toml | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6904bd8..65ef5a9 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,7 @@ to discuss what you would like to change. Please make sure to update tests as appropriate. Join our project and provide assistance by: -* Checking out the list of [open issues](https://github.com/aregtech/areg-sdk/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22) where we need help. +* Checking out the list of [open issues](https://github.com/DataForScience/epidemik/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22) where we need help. * If you need new features, please open a [new issue](https://github.com/DataForScience/epidemik/issues) or start a [discussion](https://github.com/DataForScience/epidemik/discussions). Contact us for the feedback or new ideas. diff --git a/pyproject.toml b/pyproject.toml index 71f7b22..d5f0885 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,3 +30,8 @@ build-backend = "setuptools.build_meta" [tool.setuptools.dynamic] version = {attr = "epidemik.__version__"} + +[tool.pytest.ini_options] +pythonpath = [ + ".", "src", +]