generated from tophat/new-project-kit
-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: update classifiers (no material change)
- 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.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[email protected]>'] | ||
readme = 'README.md' | ||
packages = [{ include = 'syrupy', from = 'src' }] | ||
|
@@ -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'] | ||
|