Skip to content

Commit

Permalink
changed setup
Browse files Browse the repository at this point in the history
  • Loading branch information
MKastek committed May 30, 2024
1 parent 38395a7 commit 470ca96
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[tool.setuptools_scm]

[tool.pytest.ini_options]
addopts = "--cov=SimulatedLIBS"
addopts = "--cov=simLIBS"
testpaths = [
"tests",
]
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ classifiers =
Programming Language :: Python :: 3.10

[options]
packages = SimulatedLIBS
packages = simLIBS
python_requires = >=3.8
install_requires =
pandas
Expand All @@ -38,7 +38,7 @@ testing =
tox >= 3.24

[options.package_data]
SimulatedLIBS = py.typed
simLIBS = py.typed

[flake8]
max-line-length = 160

0 comments on commit 470ca96

Please sign in to comment.