-
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes UnicodeEncodeError: 'charmap' codec can't encode characters in …
…position N Change-Id: Ib11e0cab27699a3563eea0fc5707c74ef79d919d
- Loading branch information
Artur Spirin
committed
Aug 17, 2023
1 parent
cd44aee
commit 3eb0b68
Showing
2 changed files
with
9 additions
and
3 deletions.
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
|
||
setuptools.setup( | ||
name="test_junkie", | ||
version="0.8a6", | ||
version="0.8a7", | ||
author="Artur Spirin", | ||
author_email="[email protected]", | ||
description="Modern Testing Framework", | ||
|
@@ -23,6 +23,7 @@ | |
"Programming Language :: Python :: 3.6", | ||
"Programming Language :: Python :: 3.7", | ||
"Programming Language :: Python :: 3.8", | ||
"Programming Language :: Python :: 3.9", | ||
"License :: OSI Approved :: MIT License", | ||
"Operating System :: OS Independent", | ||
"Topic :: Software Development :: Quality Assurance", | ||
|
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