Skip to content

Commit

Permalink
Improve testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Beakerboy committed Nov 17, 2023
1 parent cf52267 commit 17fa67f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,14 @@ classifiers = [
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]

[project.optional-dependencies]
tests = [
'pytest',
'pytest-cov',
'coveralls',
'pep8-naming',
'flake8-annotations'
]
[project.urls]
"Homepage" = "https://github.com/Beakerboy/MS-OVBA-Compression"
"Bug Tracker" = "https://github.com/Beakerboy/MS-OVBA-Compression/issues"
Expand Down

0 comments on commit 17fa67f

Please sign in to comment.