Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jvsguerra authored Nov 29, 2023
1 parent 0855090 commit f168e5b
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,23 @@ keywords = [
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Science/Research",
"Topic :: Scientific/Engineering :: Bio-Informatics",
"Topic :: Scientific/Engineering :: Chemistry",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
'Programming Language :: C',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3 :: Only",
'Programming Language :: Python :: Implementation :: CPython',
'Topic :: Software Development',
'Topic :: Scientific/Engineering',
"Topic :: Scientific/Engineering :: Bio-Informatics",
"Topic :: Scientific/Engineering :: Chemistry",
'Operating System :: Microsoft :: Windows',
'Operating System :: Unix',
'Operating System :: MacOS',
]
dependencies = [
"toml==0.10.2",
Expand Down Expand Up @@ -98,4 +107,4 @@ repair-wheel-command = ""
test-skip = "*-macosx_arm64"

[tool.cibuildwheel.windows]
archs = ["native"]
archs = ["native"]

1 comment on commit f168e5b

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCoverMissing
pyKVFinder
   grid.py72210785%917, 921, 2242–2262, 2399–2476, 2832–2901
   main.py3576781%93, 97, 105, 114, 142–148, 1051, 1058, 1068, 1079, 1098, 1103–1104, 1330, 1335, 1341, 1348, 1351–1354, 1358–1363, 1375, 1385, 1414–1415, 1420–1421, 1426–1427, 1487–1492, 1498, 1503–1508, 1568, 1570, 1583, 1694, 1696, 1702, 1704, 1710, 1715, 1719, 1772–1782, 1808
   utils.py312698%571, 603, 606–608, 630
TOTAL139118087% 

Please sign in to comment.