From 470ca96781adfd0c41467c68f6f9318128a5fa91 Mon Sep 17 00:00:00 2001 From: Marcin Kastek <37458996+MKastek@users.noreply.github.com> Date: Thu, 30 May 2024 17:24:14 +0200 Subject: [PATCH] changed setup --- pyproject.toml | 2 +- setup.cfg | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e5fc2e0..71f0f94 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [tool.setuptools_scm] [tool.pytest.ini_options] -addopts = "--cov=SimulatedLIBS" +addopts = "--cov=simLIBS" testpaths = [ "tests", ] diff --git a/setup.cfg b/setup.cfg index 6f6b99e..86d3e94 100644 --- a/setup.cfg +++ b/setup.cfg @@ -17,7 +17,7 @@ classifiers = Programming Language :: Python :: 3.10 [options] -packages = SimulatedLIBS +packages = simLIBS python_requires = >=3.8 install_requires = pandas @@ -38,7 +38,7 @@ testing = tox >= 3.24 [options.package_data] -SimulatedLIBS = py.typed +simLIBS = py.typed [flake8] max-line-length = 160