Skip to content

Commit

Permalink
Merge 17fa67f into cf52267
Browse files Browse the repository at this point in the history
  • Loading branch information
Beakerboy committed Nov 17, 2023
2 parents cf52267 + 17fa67f commit f4c3bc9
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 f4c3bc9

Please sign in to comment.