Skip to content

Commit

Permalink
fix: update classifiers (no material change)
Browse files Browse the repository at this point in the history
  • Loading branch information
Noah Negin-Ulster committed Sep 23, 2022
1 parent 07a1490 commit 43d78ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = 'syrupy'
license = 'Apache-2.0'
version = "3.0.1"
description = 'PyTest Snapshot Test Utility'
description = 'Pytest Snapshot Test Utility'
authors = ['Top Hat Open Source <opensource@tophat.com>']
readme = 'README.md'
packages = [{ include = 'syrupy', from = 'src' }]
Expand All @@ -19,6 +19,7 @@ classifiers = [
'Programming Language :: Python :: 3.11',
'Topic :: Software Development :: Libraries',
'Topic :: Software Development :: Testing',
'Topic :: Utilities',
]
repository = 'https://github.com/tophat/syrupy'
include = ['src/syrupy/py.typed']
Expand Down

0 comments on commit 43d78ec

Please sign in to comment.